Package gobo.controller

Source Code of gobo.controller.LogoutControllerTest

package gobo.controller;

import static org.junit.Assert.*;

import org.junit.Test;

import gobo.ControllerTester;
import gobo.TestBase;

public class LogoutControllerTest extends TestBase {

  @Test
  public void runTest() throws Exception {

    ControllerTester tester = new ControllerTester();
    String run = tester.start("/logout");
    assertNotNull(run);
  }
}
TOP

Related Classes of gobo.controller.LogoutControllerTest

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.