DefaultStaticTestData.java 文件源码

java
阅读 27 收藏 0 点赞 0 评论 0

项目:openjdk-jdk10 作者:
/**
 * Test data for DefaultStaticInvokeTest The format of inner array is: First
 * data is the name of the class under test Second data used in test as the
 * arguments used for the method call.
 */
@DataProvider
static Object[][] testClasses() {
    return new Object[][]{
        {"TestClass1", null},
        {"TestClass2", null},
        {"TestClass3", null},
        {"TestClass4", null},
        {"TestClass5", null},
        {"TestClass6", null},
        {"TestClass7", "TestIF7.TestClass7"},
        {"TestClass8", "TestIF8.TestClass8"},
        {"TestClass9", null},
        {"TestClass91", null},
        {"TestClass11", null},
        {"TestClass12", null},
        {"TestClass13", null},
        {"TestClass14", null},
        {"TestClass15", null},
        {"TestClass16", null},
        {"TestClass17", null},
        {"TestClass18", null},
    };
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号