mirror of
https://github.com/revanced/jadb.git
synced 2025-06-12 13:17:39 +02:00
Adding get host version method.
This commit is contained in:
14
test/se/vidstige/jadb/test/JadbTestCases.java
Normal file
14
test/se/vidstige/jadb/test/JadbTestCases.java
Normal file
@ -0,0 +1,14 @@
|
||||
package se.vidstige.jadb.test;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import se.vidstige.jadb.JadbConnection;
|
||||
|
||||
public class JadbTestCases {
|
||||
|
||||
@Test
|
||||
public void test() throws Exception {
|
||||
JadbConnection jadb = new JadbConnection();
|
||||
jadb.getHostVersion();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user