Searched refs:isPerformanceModule (Results 1 – 5 of 5) sorted by relevance
88 boolean isPerformanceModule = in testPositivePerformanceTestTypeMatching()89 ModuleTestTypeUtil.isPerformanceModule(mMockPerformanceModule); in testPositivePerformanceTestTypeMatching()91 assertTrue(isPerformanceModule); in testPositivePerformanceTestTypeMatching()96 boolean isPerformanceModule = in testNegativePerformanceTestTypeMatching()97 ModuleTestTypeUtil.isPerformanceModule(mMockUnspecifiedModule); in testNegativePerformanceTestTypeMatching()99 assertFalse(isPerformanceModule); in testNegativePerformanceTestTypeMatching()
38 public static boolean isPerformanceModule(IConfiguration config) { in isPerformanceModule() method in ModuleTestTypeUtil
124 if (!ModuleTestTypeUtil.isPerformanceModule(config)) { in validateConfig()
409 boolean isPerfModule = ModuleTestTypeUtil.isPerformanceModule(c); in validatePreparers()
482 if (ModuleTestTypeUtil.isPerformanceModule(config)) { in testNoPerformanceTests()