Home
last modified time | relevance | path

Searched refs:assertNotEquals (Results 1 – 15 of 15) sorted by relevance

/libcore/dom/src/test/java/org/w3c/domts/
DDOMTestInnerClass.java121 public void assertNotEquals(String assertID, String expected, String actual) { in assertNotEquals() method in DOMTestInnerClass
122 test.assertNotEquals(assertID, expected, actual); in assertNotEquals()
125 public void assertNotEquals(String assertID, int expected, int actual) { in assertNotEquals() method in DOMTestInnerClass
126 test.assertNotEquals(assertID, expected, actual); in assertNotEquals()
129 public void assertNotEquals(String assertID, double expected, double actual) { in assertNotEquals() method in DOMTestInnerClass
130 test.assertNotEquals(assertID, expected, actual); in assertNotEquals()
DDOMTestFramework.java128 void assertNotEquals( in assertNotEquals() method
134 void assertNotEquals( in assertNotEquals() method
140 void assertNotEquals( in assertNotEquals() method
146 void assertNotEquals( in assertNotEquals() method
DDOMTestCase.java586 framework.assertNotEquals(this, assertID, expected.toUpperCase(), in assertNotEqualsAutoCase()
590 framework.assertNotEquals(this, assertID, expected, actual); in assertNotEqualsAutoCase()
603 public void assertNotEquals( in assertNotEquals() method in DOMTestCase
607 framework.assertNotEquals(this, assertID, expected, actual); in assertNotEquals()
620 public void assertNotEquals(String assertID, int expected, int actual) { in assertNotEquals() method in DOMTestCase
621 framework.assertNotEquals(this, assertID, expected, actual); in assertNotEquals()
634 public void assertNotEquals( in assertNotEquals() method in DOMTestCase
638 framework.assertNotEquals(this, assertID, expected, actual); in assertNotEquals()
DJUnitTestCaseAdapter.java342 public void assertNotEquals(DOMTestCase test, String assertID, String expected, String actual) { in assertNotEquals() method in JUnitTestCaseAdapter
346 public void assertNotEquals(DOMTestCase test, String assertID, int expected, int actual) { in assertNotEquals() method in JUnitTestCaseAdapter
350 public void assertNotEquals(DOMTestCase test, String assertID, boolean expected, boolean actual) { in assertNotEquals() method in JUnitTestCaseAdapter
355 public void assertNotEquals(DOMTestCase test, String assertID, double expected, double actual) { in assertNotEquals() method in JUnitTestCaseAdapter
/libcore/luni/src/test/java/libcore/java/time/format/
DDateTimeFormatterTest.java25 import static org.junit.Assert.assertNotEquals;
49 assertNotEquals(DecimalStyle.STANDARD, arDecimalStyle); in test_getDecimalStyle()
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DOldGenericTypesTest.java84 assertNotEquals(typeVariable, parameterType); in testStaticMethodGenericType()
97 assertNotEquals(typeVariable, parameterType); in testHidingMethodGenericType()
174 assertNotEquals(subTypeVariable, superTypeParameter); in testSimpleInheritance()
DOldGenericReflectionCornerCases.java105 assertNotEquals(firstWildcardArgument, secondWildcardArgument); in testWildcardUnEquality()
162 assertNotEquals(firstWildcardArgument, secondWildcardArgument); in testMultipleBoundedWildcardUnEquality()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DGenericReflectionTestsBase.java70 public static void assertNotEquals(Object expected, Object actual) { in assertNotEquals() method in GenericReflectionTestsBase
DGenericMethodsTests.java119 assertNotEquals(typeParameter0, typeParameter1); in testIndependencyOfMethodTypeParameters()
/libcore/luni/src/test/java/libcore/java/net/
DAbstractCookiesTest.java724 assertNotEquals(createCookie("theme2", "light", "a.com", "/"), baseCookie); in testCookieEquality()
725 assertNotEquals(createCookie("theme", "light", "b.com", "/"), baseCookie); in testCookieEquality()
726 assertNotEquals(createCookie("theme", "light", "a.com", "/path"), baseCookie); in testCookieEquality()
729 private static void assertNotEquals(HttpCookie one, HttpCookie two) { in assertNotEquals() method in AbstractCookiesTest
/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
DStreamOpFlagsTest.java312 assertNotEquals(c, StreamOpFlag.IS_SHORT_CIRCUIT); in testSpliteratorCharacteristics()
/libcore/ojluni/src/test/java/time/tck/java/time/temporal/
DTCKWeekFields.java69 import static org.testng.Assert.assertNotEquals;
807 assertNotEquals(weekDef_iso.hashCode(), weekDef_sundayStart.hashCode()); in test_equals()
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKMinguoChronology.java61 import static org.testng.Assert.assertNotEquals;
182 assertNotEquals(minguo.hashCode(), iso.hashCode()); in test_date_equals()
DTCKThaiBuddhistChronology.java66 import static org.testng.Assert.assertNotEquals;
219 assertNotEquals(jdate.hashCode(), iso.hashCode()); in test_date_equals()
DTCKJapaneseChronology.java68 import static org.testng.Assert.assertNotEquals;