Package gobo.controller.drop

Source Code of gobo.controller.drop.StartedControllerTest

package gobo.controller.drop;

import static org.junit.Assert.*;
import gobo.ControllerTester;
import gobo.TestBase;

import org.junit.Test;

public class StartedControllerTest extends TestBase {

  @Test
  public void singleTaskTest() throws Exception {

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

Related Classes of gobo.controller.drop.StartedControllerTest

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.