Searched defs:invoked (Results 1 – 11 of 11) sorted by relevance
69 Collection<ITestNGMethod> invoked = suite.getInvokedMethods(); in generateReport() local85 private boolean containsMethod(Collection<ITestNGMethod> invoked, String string) { in containsMethod()
18 public static int invoked; field in LoggingObjectFactory
8 public static boolean invoked = false; field in LListener
53 boolean invoked; field in IntegrationTest.Foo
62 boolean invoked = false; field in ProxyFactoryTest.Simple70 boolean invoked = false; field in ProxyFactoryTest.SimpleInterceptor
34 std::atomic_bool invoked = ATOMIC_VAR_INIT(false); variable
348 boolean invoked; field in PreconditionsTest.Message
356 boolean invoked; field in PreconditionsTest.Message
236 Executable invoked = findTargetMethod(invokedMethod); in queueUpBridgeMethodIfNeeded() local303 private boolean isVisibleToLambdaClass(Executable invoked, String owner) { in isVisibleToLambdaClass()
150 Collection<ITestNGMethod> invoked= suite.getInvokedMethods(); in generateXmlTest() local
806 static boolean canRethrow(Method invoked, Throwable thrown) { in canRethrow()