minor changes to some API

This commit is contained in:
Giemsa
2016-12-09 02:46:03 +09:00
committed by Samuel Carlsson
parent 958e9258d3
commit d1af94d257
2 changed files with 10 additions and 4 deletions

View File

@ -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");