package com.wpollock.hello; import static org.junit.Assert.*; import org.junit.Test; /** * Unit test for simple App. * @author Wayne Pollock, Tampa Florida USA */ public class AppTest { /** * A through test! */ @Test public void testApp() { assertTrue( true ); } }