Searched refs:assertNotEqualEitherWay (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tests/net/common/java/android/net/ |
D | LinkAddressTest.java | 32 import static com.android.testutils.MiscAssertsKt.assertNotEqualEitherWay; 242 assertNotEqualEitherWay(l1, l2); in testEqualsAndSameAddressAs() 246 assertNotEqualEitherWay(l1, l2); in testEqualsAndSameAddressAs() 256 assertNotEqualEitherWay(l1, l2); in testEqualsAndSameAddressAs() 260 assertNotEqualEitherWay(l1, l2); in testEqualsAndSameAddressAs() 271 assertNotEqualEitherWay(l1, l2); in testEqualsAndSameAddressAs() 281 assertNotEqualEitherWay(l1, l2); in testEqualsAndSameAddressAs() 295 assertNotEqualEitherWay(l1, l2); in testEqualsAndSameAddressAs() 298 assertNotEqualEitherWay(l1, l3); in testEqualsAndSameAddressAs()
|
D | IpPrefixTest.java | 21 import static com.android.testutils.MiscAssertsKt.assertNotEqualEitherWay; 188 assertNotEqualEitherWay(p1, p2); in testEquals() 191 assertNotEqualEitherWay(p1, p2); in testEquals() 203 assertNotEqualEitherWay(p1, p2); in testEquals() 206 assertNotEqualEitherWay(p1, p2); in testEquals() 215 assertNotEqualEitherWay(p1, p2); in testEquals()
|
D | RouteInfoTest.java | 23 import static com.android.testutils.MiscAssertsKt.assertNotEqualEitherWay; 172 assertNotEqualEitherWay(r1, r3); in testEquals() 173 assertNotEqualEitherWay(r1, r4); in testEquals() 174 assertNotEqualEitherWay(r1, r5); in testEquals() 184 assertNotEqualEitherWay(r1, r3); in testEquals() 185 assertNotEqualEitherWay(r1, r4); in testEquals() 186 assertNotEqualEitherWay(r1, r5); in testEquals() 193 assertNotEqualEitherWay(r1, r3); in testEquals()
|
/frameworks/libs/net/common/hostdevice/com/android/testutils/ |
D | MiscAsserts.kt | 52 fun <T> assertNotEqualEitherWay(o1: T, o2: T) { in assertNotEqualEitherWay() method
|