package com.jsh.junitest.common; import junit.framework.TestCase; public class ExtendsTest extends TestCase { public void testExtends() { } }