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: core-tests/e2e-tests/spring-rest-openapi-v2/src/main/java/com/foo/rest/examples/spring/endpointfocusandprefix/EndpointFocusAndPrefixRest.java
Copy file name to clipboardExpand all lines: core-tests/e2e-tests/spring-rest-openapi-v2/src/test/java/org/evomaster/e2etests/spring/examples/endpointfocusandprefix/EndpointFocusAndPrefixTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ public void testRunBlackboxWithPrefixWithoutParameters() throws Throwable {
Copy file name to clipboardExpand all lines: core-tests/e2e-tests/spring-rest-openapi-v3/src/test/kotlin/org/evomaster/e2etests/spring/openapi/v3/sleep/SleepEMTest.kt
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,8 @@ class SleepEMTest : SpringTestBase() {
40
40
41
41
assertTrue(solution.individuals.size >=1)
42
42
43
-
//minimization and extra oracles can re-execute the test
44
-
val n =SleepCounter.counter.get()
45
-
assertTrue(n > iterations, "Times n=$n of calls should be more than i=$iterations iterations")
0 commit comments