public class MainTest { public static void main(String[] args) { testAdd(); } public static void testAdd() { assert Main.add(2, 2) == 4; } }