mirror of
https://github.com/revanced/jadb.git
synced 2025-06-13 13:47:50 +02:00
minor changes to some API
This commit is contained in:
@ -36,6 +36,11 @@ public class MockedTestCases {
|
||||
server.verifyExpectations();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGetHostVersion() throws Exception {
|
||||
Assert.assertEquals("001f", connection.getHostVersion());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testListDevices() throws Exception {
|
||||
server.add("serial-123");
|
||||
|
Reference in New Issue
Block a user