Refactor: Improving test fixture names.

This commit is contained in:
Samuel Carlsson 2014-03-20 10:20:22 +01:00
parent fef216f3ce
commit fe5506023e
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import se.vidstige.jadb.JadbDevice;
import se.vidstige.jadb.JadbConnection;
import se.vidstige.jadb.JadbException;
public class AndroidDeviceTestCases {
public class MockedTestCases {
@Test
public void testGetState() throws Exception {

View File

@ -8,7 +8,7 @@ import se.vidstige.jadb.JadbDevice;
import se.vidstige.jadb.JadbConnection;
import se.vidstige.jadb.RemoteFile;
public class JadbTestCases {
public class RealDeviceTestCases {
@Test
public void testGetHostVersion() throws Exception {