import static org.junit.Assert.*; import org.junit.Test; public class TestTest { @Test public void testAddition() { assertEquals(4, 2 + 2); } }