Searched defs:assertCommandSucceeds (Results 1 – 5 of 5) sorted by relevance
135 private String assertCommandSucceeds(String command) throws DeviceNotAvailableException { in assertCommandSucceeds() method in CompOsTestUtils
412 public String assertCommandSucceeds(String command) throws DeviceNotAvailableException { in assertCommandSucceeds() method in OdsignTestUtils
376 String assertCommandSucceeds(String command) throws DeviceNotAvailableException { in assertCommandSucceeds() method in LibnativeloaderTest.DeviceContext
55 public String assertCommandSucceeds(String... command) throws Exception { in assertCommandSucceeds() method in Utils
1242 def assertCommandSucceeds(self, command, regexes=(b'',), env=None, member in TestCase