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
Copy file name to clipboardExpand all lines: smoke-tests/apps/CoreAndFilter3xUsingOld3xAgent/src/smokeTest/java/com/microsoft/applicationinsights/smoketest/CoreAndFilter3xUsingOld3xAgentSplitTest.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@
11
11
/**
12
12
* Container for additional environment variants of {@link CoreAndFilter3xUsingOld3xAgentTest}.
13
13
*
14
-
* <p>This class is split out so build/CI can run the "core" environment matrix from
15
-
* {@link CoreAndFilter3xUsingOld3xAgentTest} (e.g. via Gradle {@code --tests
16
-
* "*CoreAndFilter3xUsingOld3xAgentTest*"}) independently from these extra environments.
17
-
* This keeps the default job/runtime smaller while still allowing coverage for Tomcat Java 17 and
18
-
* WildFly Java 8 when desired.
14
+
* <p>This class is split out so build/CI can run the "core" environment matrix from {@link
15
+
* CoreAndFilter3xUsingOld3xAgentTest} (e.g. via Gradle {@code --tests
16
+
* "*CoreAndFilter3xUsingOld3xAgentTest*"}) independently from these extra environments. This keeps
17
+
* the default job/runtime smaller while still allowing coverage for Tomcat Java 17 and WildFly Java
18
+
* 8 when desired.
19
19
*
20
20
* <p>The outer class intentionally contains no tests; only the nested classes are executed.
0 commit comments