Searched refs:EXCEP_MSG (Results 1 – 2 of 2) sorted by relevance
49 private static final String EXCEP_MSG = "failed"; field in DeviceTestSuiteTest.MockAbortTest53 throw new DeviceNotAvailableException(EXCEP_MSG, FAKE_SERIAL); in test1()93 EasyMock.contains(MockAbortTest.EXCEP_MSG)); in testRun_deviceNotAvail()95 listener.testRunFailed(EasyMock.contains(MockAbortTest.EXCEP_MSG)); in testRun_deviceNotAvail()
93 private static final String EXCEP_MSG = "failed"; field in DeviceTestCaseTest.MockAbortTest97 throw new DeviceNotAvailableException(EXCEP_MSG, FAKE_SERIAL); in test1()267 EasyMock.contains(MockAbortTest.EXCEP_MSG)); in testRun_deviceNotAvail()269 listener.testRunFailed(EasyMock.contains(MockAbortTest.EXCEP_MSG)); in testRun_deviceNotAvail()