package com.example; import junit.framework.TestCase; /** * Unit test for simple App. */ public class ReplyTest extends TestCase { /** * Create the test case * * @param testName name of the test case */ public ReplyTest( String testName ) { super( testName ); } /** * Rigourous Test :-) */ public void testApp() { com.example.Reply reply = new com.otherexample.MyReply(); } }