Skip to content

Commit

Permalink
重命名测试用例
Browse files Browse the repository at this point in the history
  • Loading branch information
dongchenxu committed Feb 1, 2019
1 parent 5c57e17 commit 057b5eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import static java.util.Arrays.asList;

@RunWith(Parameterized.class)
public class ClassStructureTestCaseByChildClass {
public class ClassStructureByChildClassTestCase {

private static final String PACKAGE_PREFIX = "com.alibaba.jvm.sandbox.qatest.core.util.matcher.target.";

Expand All @@ -37,7 +37,7 @@ public static Collection<Object[]> getData() throws IOException {

private final ClassStructure childClassStructure;

public ClassStructureTestCaseByChildClass(ClassStructure childClassStructure) {
public ClassStructureByChildClassTestCase(ClassStructure childClassStructure) {
this.childClassStructure = childClassStructure;
}

Expand Down

0 comments on commit 057b5eb

Please sign in to comment.