package com.example.test; import static org.junit.Assert.assertTrue; import org.junit.Test; public class MyTest2 { @Test public void assertPreconditions() { assertTrue(true); } }