1718192021222324
@SuppressWarnings({"UnusedDeclaration", "ConstantConditions"}) public class LitmusTestRunner extends Controller { public static void testList() { Tests tests = new Tests(); render(tests); }