Searched refs:tokenTest (Results 1 – 2 of 2) sorted by relevance
306 ITokenRequest tokenTest = pollRejectedTokenModule(); in reportNotExecuted() local307 while (tokenTest != null) { in reportNotExecuted()308 if (tokenTest instanceof IReportNotExecuted) { in reportNotExecuted()312 tokenTest.getRequiredTokens()); in reportNotExecuted()313 ((IReportNotExecuted) tokenTest).reportNotExecuted(listener, message); in reportNotExecuted()317 tokenTest.getClass().getCanonicalName()); in reportNotExecuted()319 tokenTest = pollRejectedTokenModule(); in reportNotExecuted()
393 ITokenRequest tokenTest = new TokenTestClass(); in testPolling_tokens_notExecuted() local397 tokenList.add(tokenTest); in testPolling_tokens_notExecuted()