Searched refs:DNAE_MESSAGE (Results 1 – 2 of 2) sorted by relevance
39 public static final String DNAE_MESSAGE = "StubTest DeviceNotAvailableException"; field in StubTest93 throw new DeviceNotAvailableException(DNAE_MESSAGE, "serial"); in run()
392 assertEquals(StubTest.DNAE_MESSAGE, expected.getMessage()); in testRun_dnae_NotLastDevice_offline()