Searched refs:methods (Results 1 – 10 of 10) sorted by relevance
74 val methods = getCandidateProviderMethods(testClass) in doValidateInstanceMethods() constant76 if (methods.isEmpty() || methods.size > 1) { in doValidateInstanceMethods()77 val prefix = if (methods.isEmpty()) "One" else "Only one" in doValidateInstanceMethods()84 val method = methods.first() in doValidateInstanceMethods()
84 val methods = in hasUniqueMethodNames() constant88 val duplicatedMethods = methods.groupBy { it.name }.filter { it.value.size > 1 } in hasUniqueMethodNames()91 Truth.assertWithMessage("Methods").that(methods).isNotEmpty() in hasUniqueMethodNames()
239 val methods = decorator.getTestMethods(test) in handleDuplicateFlickerMethods() constant241 Truth.assertThat(methods.size).isAtLeast(2) in handleDuplicateFlickerMethods()242 val flickerTestMethods = methods.filterIsInstance<FlickerServiceCachedTestCase>() in handleDuplicateFlickerMethods()
26 ## Follow the rules to create the methods and variables:28 - Put the methods and variables in the same interface if you do something in the page31 - Use protected methods and variables if they are reusable
197 List<FrameworkMethod> methods = testClass.getAnnotatedMethods(Parameters.class); in getParametersMethod() local201 for (FrameworkMethod each : methods) { in getParametersMethod()
72 private Statement artifactSaver(Statement statement, Stream<FrameworkMethod> methods) { in artifactSaver() argument79 methods.forEach( in artifactSaver()
300 protected List<Throwable> invokeAndCollectErrors(List<FrameworkMethod> methods, Object target) in invokeAndCollectErrors() argument303 for (FrameworkMethod method : methods) { in invokeAndCollectErrors()
155 return testClass.methods.flatMap { it.annotations.asList() }.any { it is FlickerTest } in testClassHasFlickerTestAnnotations()
68 * `timeout_msec <long>` - a timeout for individual test methods.
62 The trace subjects expose methods to filter the range of entries and test for changing assertions.