OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abortcalled
(Results
1 - 1
of
1
) sorted by null
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
LoginContext1Test.java
325
private boolean
abortCalled
;
522
abortCalled
= true;
927
assertTrue(TestLoginModule.get(0).
abortCalled
);
935
TestLoginModule.get(0).
abortCalled
= false;
945
assertFalse(TestLoginModule.get(0).
abortCalled
);
[
all
...]
Completed in 1430 milliseconds