Home
last modified time | relevance | path

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

12

/libcore/luni/src/test/java/libcore/highmemorytest/libcore/icu/
DSimpleDateFormatDataTest.java19 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/
DRecordTest.java21 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()
DErrorTest.java21 import static org.junit.Assert.assertNotEquals;
45 assertNotEquals(0, error.getStackTrace().length); in withWritableStackTrace_nonEmptyGetStackTrace()
DRuntimeExceptionTest.java21 import static org.junit.Assert.assertNotEquals;
45 assertNotEquals(0, exception.getStackTrace().length); in withWritableStackTrace_nonEmptyGetStackTrace()
/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/test-rules/src/test/java/libcore/junit/util/
DSwitchTargetSdkVersionRuleTest.java19 import static org.junit.Assert.assertNotEquals;
46 assertNotEquals(23, VMRuntime.getRuntime().getTargetSdkVersion()); in testRunningAsIfTargetedAtCurrentSDKVersion()
/libcore/luni/src/test/java17language/java/libcore/libcore/internal/
DJava17LanguageFeaturesTest.java20 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/
DMapFactories.java32 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/
DSSLServerSocketFactoryTest.java30 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()
DSSLSocketFactoryTest.java32 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/
DPowTests.java203 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/
DFileDescriptorTest.java30 import static org.junit.Assert.assertNotEquals;
68 assertNotEquals(target.getInt$(), source.getInt$()); in testFileDescriptorCloneForFork()
/libcore/luni/src/test/java/crossvmtest/java/lang/
DRecordTest.java21 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/
DDateTimeFormatterTest.java35 import static org.junit.Assert.assertNotEquals;
59 assertNotEquals(DecimalStyle.STANDARD, arDecimalStyle); in test_getDecimalStyle()
/libcore/luni/src/test/java/libcore/java/time/
DTimeApisConsistencyTest.java20 import static org.junit.Assert.assertNotEquals;
100 assertNotEquals("no zones returned", 0, zones.length); in getZoneIds()
/libcore/ojluni/src/test/java/util/HashMap/
DNullKeyAtResize.java62 Assert.assertNotEquals(number, 100000, "Resize never occurred"); in test()
/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()
/libcore/dalvik/src/test/java/libcore/org/apache/harmony/dalvik/ddmc/
DDdmVmInternalTest.java19 import static org.junit.Assert.assertNotEquals;
/libcore/ojluni/src/test/java/util/Collection/
DSetFactories.java44 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/
DGenericReflectionTestsBase.java70 public static void assertNotEquals(Object expected, Object actual) { in assertNotEquals() method in GenericReflectionTestsBase
/libcore/ojluni/src/test/java/util/List/
DListFactories.java45 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/
DLambdaConversionExceptionTest.java20 import static org.junit.Assert.assertNotEquals;

12