flink-test/src/test/java/com/thinker/AppTest.java

21 lines
283 B
Java
Raw Normal View History

2020-04-28 13:14:59 +00:00
package com.thinker;
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 );
}
}