|
@@ -13,4 +13,12 @@ public class NorthFirstLineTest {
|
|
|
System.out.println(context.getRequestContext());
|
|
|
System.out.println(context.getResponseContext());
|
|
|
}
|
|
|
+
|
|
|
+ @Test
|
|
|
+ void testQuery2() throws Exception {
|
|
|
+ NorthFirstLine northFirstLine = new NorthFirstLine();
|
|
|
+ COMPConnectionContext context = northFirstLine.query("13231899751", false);
|
|
|
+ System.out.println(context.getRequestContext());
|
|
|
+ System.out.println(context.getResponseContext());
|
|
|
+ }
|
|
|
}
|