Home
last modified time | relevance | path

Searched refs:assertVerifyOK (Results 1 – 4 of 4) sorted by relevance

/external/apache-commons-bcel/src/test/java/org/apache/bcel/verifier/
DVerifierInvokeTestCase.java25assertVerifyOK("TestLegalInvokeVirtual01", "Verification of invokevirtual on method defined in sup… in testLegalInvokeVirtual()
26assertVerifyOK("TestLegalInvokeVirtual02", "Verification of invokevirtual on method defined in sup… in testLegalInvokeVirtual()
30assertVerifyOK("TestLegalInvokeStatic01", "Verification of invokestatic on method defined in super… in testLegalInvokeStatic()
34assertVerifyOK("TestLegalInvokeInterface01", "Verification of invokeinterface on method defined in… in testLegalInvokeInterface()
38assertVerifyOK("TestLegalInvokeSpecial01", "Verification of invokespecial on method defined in sup… in testLegalInvokeSpecial()
39assertVerifyOK("TestLegalInvokeSpecial02", "Verification of invokespecial on method defined in sup… in testLegalInvokeSpecial()
DVerifierReturnTestCase.java35assertVerifyOK("TestReturn02", "Verification of a method that returns a newly created object must … in testValidReturn()
36 assertVerifyOK("TestArray01", "Verification of a method that returns an array must pass."); in testValidReturn()
DVerifierArrayAccessTestCase.java38 assertVerifyOK("TestArrayAccess01", in testValidArrayAccess()
41 assertVerifyOK("TestArrayAccess02", in testValidArrayAccess()
DAbstractVerifierTestCase.java36 public void assertVerifyOK(final String classname, final String message) { in assertVerifyOK() method in AbstractVerifierTestCase