| /libcore/luni/src/test/java/libcore/highmemorytest/libcore/icu/ |
| D | SimpleDateFormatDataTest.java | 19 import static org.junit.Assert.assertNotEquals; 45 assertNotEquals(0, d.getDateFormat(DateFormat.FULL).length()); in testLongDateTimeFormat() 46 assertNotEquals(0, d.getDateFormat(DateFormat.LONG).length()); in testLongDateTimeFormat() 47 assertNotEquals(0, d.getDateFormat(DateFormat.MEDIUM).length()); in testLongDateTimeFormat() 48 assertNotEquals(0, d.getDateFormat(DateFormat.SHORT).length()); in testLongDateTimeFormat() 50 assertNotEquals(0, d.getTimeFormat(DateFormat.FULL).length()); in testLongDateTimeFormat() 51 assertNotEquals(0, d.getTimeFormat(DateFormat.LONG).length()); in testLongDateTimeFormat() 52 assertNotEquals(0, d.getTimeFormat(DateFormat.MEDIUM).length()); in testLongDateTimeFormat() 53 assertNotEquals(0, d.getTimeFormat(DateFormat.SHORT).length()); in testLongDateTimeFormat()
|
| /libcore/luni/src/test/java/libcore/java/lang/ |
| D | RecordTest.java | 21 import static org.junit.Assert.assertNotEquals; 41 assertNotEquals(a.hashCode(), c.hashCode()); in testHashCode() 53 assertNotEquals(a, c); in testEquals() 63 assertNotEquals(a.toString(), c.toString()); in testToString()
|
| D | ErrorTest.java | 21 import static org.junit.Assert.assertNotEquals; 45 assertNotEquals(0, error.getStackTrace().length); in withWritableStackTrace_nonEmptyGetStackTrace()
|
| D | RuntimeExceptionTest.java | 21 import static org.junit.Assert.assertNotEquals; 45 assertNotEquals(0, exception.getStackTrace().length); in withWritableStackTrace_nonEmptyGetStackTrace()
|
| /libcore/dom/src/test/java/org/w3c/domts/ |
| D | DOMTestInnerClass.java | 121 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()
|
| D | DOMTestFramework.java | 128 void assertNotEquals( in assertNotEquals() method 134 void assertNotEquals( in assertNotEquals() method 140 void assertNotEquals( in assertNotEquals() method 146 void assertNotEquals( in assertNotEquals() method
|
| D | DOMTestCase.java | 586 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()
|
| D | JUnitTestCaseAdapter.java | 342 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/test-rules/src/test/java/libcore/junit/util/ |
| D | SwitchTargetSdkVersionRuleTest.java | 19 import static org.junit.Assert.assertNotEquals; 46 assertNotEquals(23, VMRuntime.getRuntime().getTargetSdkVersion()); in testRunningAsIfTargetedAtCurrentSDKVersion()
|
| /libcore/luni/src/test/java17language/java/libcore/libcore/internal/ |
| D | Java17LanguageFeaturesTest.java | 20 import static org.junit.Assert.assertNotEquals; 72 assertNotEquals(p1.hashCode(), p3.hashCode()); in testRecord() 75 assertNotEquals(p2.hashCode(), p3.hashCode()); in testRecord()
|
| /libcore/ojluni/src/test/java/util/Map/ |
| D | MapFactories.java | 32 import static org.testng.Assert.assertNotEquals; 68 assertNotEquals(orig, copy); in copyOfModifiedUnequal() 69 assertNotEquals(copy, orig); in copyOfModifiedUnequal()
|
| /libcore/luni/src/test/java/libcore/javax/net/ssl/ |
| D | SSLServerSocketFactoryTest.java | 30 import static org.junit.Assert.assertNotEquals; 54 assertNotEquals(sf1.getClass(), sf4.getClass()); in test_SSLServerSocketFactory_getDefault_cacheInvalidate() 73 assertNotEquals(sf1.getClass(), sf2.getClass()); in test_SSLServerSocketFactory_getDefault_cacheInvalidate()
|
| D | SSLSocketFactoryTest.java | 32 import static org.junit.Assert.assertNotEquals; 56 assertNotEquals(sf1.getClass(), sf4.getClass()); in test_SSLSocketFactory_getDefault_cacheInvalidate() 74 assertNotEquals(sf1.getClass(), sf2.getClass()); in test_SSLSocketFactory_getDefault_cacheInvalidate()
|
| /libcore/ojluni/src/test/java/lang/Math/ |
| D | PowTests.java | 203 Assert.assertNotEquals(y, 0.0); in testCrossProduct() 210 Assert.assertNotEquals(y, 0.0); in testCrossProduct() 213 Assert.assertNotEquals(y, 0.0); in testCrossProduct() 216 Assert.assertNotEquals(y, 0.0); in testCrossProduct()
|
| /libcore/luni/src/test/java/libcore/java/io/ |
| D | FileDescriptorTest.java | 30 import static org.junit.Assert.assertNotEquals; 68 assertNotEquals(target.getInt$(), source.getInt$()); in testFileDescriptorCloneForFork()
|
| /libcore/luni/src/test/java/crossvmtest/java/lang/ |
| D | RecordTest.java | 21 import static org.junit.Assert.assertNotEquals; 87 assertNotEquals(a.hashCode(), c.hashCode()); in testHashCode() 99 assertNotEquals(a, c); in testEquals() 109 assertNotEquals(a.toString(), c.toString()); in testToString()
|
| /libcore/luni/src/test/java/libcore/java/time/format/ |
| D | DateTimeFormatterTest.java | 35 import static org.junit.Assert.assertNotEquals; 59 assertNotEquals(DecimalStyle.STANDARD, arDecimalStyle); in test_getDecimalStyle()
|
| /libcore/luni/src/test/java/libcore/java/time/ |
| D | TimeApisConsistencyTest.java | 20 import static org.junit.Assert.assertNotEquals; 100 assertNotEquals("no zones returned", 0, zones.length); in getZoneIds()
|
| /libcore/ojluni/src/test/java/util/HashMap/ |
| D | NullKeyAtResize.java | 62 Assert.assertNotEquals(number, 100000, "Resize never occurred"); in test()
|
| /libcore/luni/src/test/java/libcore/java/lang/reflect/ |
| D | OldGenericTypesTest.java | 84 assertNotEquals(typeVariable, parameterType); in testStaticMethodGenericType() 97 assertNotEquals(typeVariable, parameterType); in testHidingMethodGenericType() 174 assertNotEquals(subTypeVariable, superTypeParameter); in testSimpleInheritance()
|
| /libcore/dalvik/src/test/java/libcore/org/apache/harmony/dalvik/ddmc/ |
| D | DdmVmInternalTest.java | 19 import static org.junit.Assert.assertNotEquals;
|
| /libcore/ojluni/src/test/java/util/Collection/ |
| D | SetFactories.java | 44 import static org.testng.Assert.assertNotEquals; 316 assertNotEquals(orig, copy); in copyOfModifiedUnequal() 317 assertNotEquals(copy, orig); in copyOfModifiedUnequal()
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
| D | GenericReflectionTestsBase.java | 70 public static void assertNotEquals(Object expected, Object actual) { in assertNotEquals() method in GenericReflectionTestsBase
|
| /libcore/ojluni/src/test/java/util/List/ |
| D | ListFactories.java | 45 import static org.testng.Assert.assertNotEquals; 321 assertNotEquals(orig, copy); in copyOfModifiedUnequal() 322 assertNotEquals(copy, orig); in copyOfModifiedUnequal()
|
| /libcore/luni/src/test/java/libcore/java/lang/invoke/ |
| D | LambdaConversionExceptionTest.java | 20 import static org.junit.Assert.assertNotEquals;
|