mirror of
https://github.com/revanced/jadb.git
synced 2025-06-12 05:07:39 +02:00
Refactor: Improving test fixture names.
This commit is contained in:
@ -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 {
|
Reference in New Issue
Block a user