Package gobo.controller

Source Code of gobo.controller.IndexControllerTest

package gobo.controller;

import static org.junit.Assert.*;

import org.junit.Test;

import gobo.ControllerTester;
import gobo.TestBase;

public class IndexControllerTest extends TestBase {

  @Test
  public void runTest() throws Exception {

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

Related Classes of gobo.controller.IndexControllerTest

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.