OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assertVerifyOK
(Results
1 - 4
of
4
) sorted by null
/external/apache-commons-bcel/src/test/java/org/apache/bcel/verifier/
VerifierInvokeTestCase.java
25
assertVerifyOK
("TestLegalInvokeVirtual01", "Verification of invokevirtual on method defined in superclass must pass.");
26
assertVerifyOK
("TestLegalInvokeVirtual02", "Verification of invokevirtual on method defined in superinterface must pass.");
30
assertVerifyOK
("TestLegalInvokeStatic01", "Verification of invokestatic on method defined in superclass must pass.");
34
assertVerifyOK
("TestLegalInvokeInterface01", "Verification of invokeinterface on method defined in superinterface must pass.");
38
assertVerifyOK
("TestLegalInvokeSpecial01", "Verification of invokespecial on method defined in superclass must pass.");
39
assertVerifyOK
("TestLegalInvokeSpecial02", "Verification of invokespecial on method defined in superclass must pass.");
VerifierReturnTestCase.java
35
assertVerifyOK
("TestReturn02", "Verification of a method that returns a newly created object must pass.");
36
assertVerifyOK
("TestArray01", "Verification of a method that returns an array must pass.");
VerifierArrayAccessTestCase.java
38
assertVerifyOK
("TestArrayAccess01",
41
assertVerifyOK
("TestArrayAccess02",
AbstractVerifierTestCase.java
36
public void
assertVerifyOK
(final String classname, final String message) {
Completed in 78 milliseconds