conductor_playground/jworker/src/test/java/com/nubisware/AppTest.java

21 lines
285 B
Java

package com.nubisware;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
/**
* Unit test for simple App.
*/
public class AppTest
{
/**
* Rigorous Test :-)
*/
@Test
public void shouldAnswerWithTrue()
{
assertTrue( true );
}
}