mirror of
https://github.com/revanced/jadb.git
synced 2024-11-19 10:39:23 +01:00
Refactor: Improving test fixture names.
This commit is contained in:
parent
fef216f3ce
commit
fe5506023e
@ -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 {
|
@ -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 {
|
Loading…
Reference in New Issue
Block a user