You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: boost-maven/boost-maven-plugin/src/it/test-cdi-2.0/src/main/java/io/openliberty/guides/inventory/client/SystemClient.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,9 @@
27
27
publicclassSystemClient {
28
28
29
29
// Constants for building URI to the system service.
Copy file name to clipboardExpand all lines: boost-maven/boost-maven-plugin/src/it/test-cdi-2.0/src/test/java/it/io/openliberty/guides/inventory/InventoryEndpointIT.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
importorg.junit.BeforeClass;
29
29
importorg.junit.Test;
30
30
31
-
publicclassInventoryEndpointTest {
31
+
publicclassInventoryEndpointIT {
32
32
33
33
privatestaticStringport;
34
34
privatestaticStringbaseUrl;
@@ -41,7 +41,7 @@ public class InventoryEndpointTest {
41
41
@BeforeClass
42
42
publicstaticvoidoneTimeSetup() {
43
43
// port = System.getProperty("liberty.test.port");
Copy file name to clipboardExpand all lines: boost-maven/boost-maven-plugin/src/it/test-cdi-2.0/src/test/java/it/io/openliberty/guides/system/SystemEndpointIT.java
0 commit comments