1 package test.junit;
2 
3 import junit.framework.TestCase;
4 
5 public class TestAb extends TestCase {
6 
testAb1()7   public void testAb1() {
8 
9   }
10 }
11