package com.nimbits.it.basic; import org.junit.Test; import static org.junit.Assert.assertTrue; public class IntTest { @Test public void test1() { assertTrue(true); } }