package wekan.wrapper.api; import org.junit.Test; import static org.junit.Assert.assertTrue; public class ExampleTest { @Test public void test() { assertTrue(true); } }