package taojava.util; import static org.junit.Assert.*; import org.junit.Test; /** * Template for an eventual unit test. */ public class FooTest { @Test public void test() { fail("Not yet implemented"); } // test() } // class FooTest