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
* mostly fixed reversed assertEquals parameters.
simplified some assertions.
opted to use assertThat in places where matchers exist.
* fixed reversed assertEquals parameters.
Copy file name to clipboardExpand all lines: ApplicationInsightsInternalLogger/src/test/java/com/microsoft/applicationinsights/internal/logger/FileLoggerOutputTest.java
Copy file name to clipboardExpand all lines: agent/src/test/java/com/microsoft/applicationinsights/agent/internal/agent/ClassInstrumentationDataTest.java
+4-3
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@
25
25
importorg.junit.Test;
26
26
27
27
importstaticorg.junit.Assert.assertEquals;
28
+
importstaticorg.junit.Assert.assertFalse;
28
29
importstaticorg.junit.Assert.assertTrue;
29
30
30
31
publicfinalclassClassInstrumentationDataTest {
@@ -41,9 +42,9 @@ public void testCtor() throws Exception {
Copy file name to clipboardExpand all lines: agent/src/test/java/com/microsoft/applicationinsights/agent/internal/agent/MethodInstrumentationRequestTest.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,8 @@ public void testCtor2NullMethodName() {
Copy file name to clipboardExpand all lines: agent/src/test/java/com/microsoft/applicationinsights/agent/internal/config/XmlAgentConfigurationBuilderTest.java
+7-7
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ public void testForbiddenSection() throws IOException {
Copy file name to clipboardExpand all lines: agent/src/test/java/com/microsoft/applicationinsights/agent/internal/coresync/impl/RuntimeExceptionDeciderTest.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ public void testConfDataEnabled() {
0 commit comments