Searched refs:assertNotEqualsIgnoreCase (Results 1 – 4 of 4) sorted by relevance
/libcore/dom/src/test/java/org/w3c/domts/ |
D | DOMTestInnerClass.java | 116 public void assertNotEqualsIgnoreCase(String assertID, String expected, in assertNotEqualsIgnoreCase() method in DOMTestInnerClass 118 test.assertNotEqualsIgnoreCase(assertID, expected, actual); in assertNotEqualsIgnoreCase()
|
D | DOMTestCase.java | 558 public void assertNotEqualsIgnoreCase( in assertNotEqualsIgnoreCase() method in DOMTestCase 562 framework.assertNotEqualsIgnoreCase(this, assertID, expected, actual); in assertNotEqualsIgnoreCase() 583 framework.assertNotEqualsIgnoreCase(this, assertID, expected, actual); in assertNotEqualsAutoCase()
|
D | DOMTestFramework.java | 122 void assertNotEqualsIgnoreCase( in assertNotEqualsIgnoreCase() method
|
D | JUnitTestCaseAdapter.java | 336 …public void assertNotEqualsIgnoreCase(DOMTestCase test, String assertID, String expected, String a… in assertNotEqualsIgnoreCase() method in JUnitTestCaseAdapter
|