Home
last modified time | relevance | path

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

/device/google/trout/tests/hal/dumpstate/1.1/src/com/android/trout/dumpstate/tests/
DDumpstateE2eTests.java75 Assert.assertNotEquals(0, dumpstate_board_txt_file.length()); in testDumpstateBoard()
76 Assert.assertNotEquals(0, dumpstate_board_bin_file.length()); in testDumpstateBoard()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dcase.py596 assertNotEquals = assertNotEqual variable in TestCase
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_case.py1024 self.assertNotEquals(3, 5)