Beispiel:
import static org.junit.Assert.*; import org.junit.Test; public class T { @Test public void t1 () { assertTrue(1 + 2 == 3); } }