Srividya
12/12/2024, 2:47 AMTom
12/12/2024, 8:29 AMSrividya
12/12/2024, 3:44 PMSrividya
12/12/2024, 3:46 PM@WireMockTest(httpPort = 8081)
public class MockTestClass{
@Test
void testBasicFlow(){
System.out.println("WireMock is running");
}
Srividya
12/12/2024, 4:02 PMIndex 0 out of bounds for length 0
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at Objects.checkIndex
at ArrayList.get
at HttpServerFactoryLoader.pickMostAppropriateFrom
at HttpServerFactoryLoader.load
at WireMockServer.getHttpServerFactory
at WireMockExtension.startServerIfRequired
at WireMockExtension.beforeAll
at ArrayList.forEach
Tom
12/12/2024, 5:10 PMSrividya
12/12/2024, 6:22 PMTom
12/13/2024, 11:40 AMTom
12/14/2024, 11:58 AMru.lanwen
package in there. I suggest getting rid of this as it’s been made obsolete by WireMock’s own JUnit 5 support and it’s probably pulling in some old dependencies.Srividya
12/14/2024, 10:20 PMSrividya
12/17/2024, 4:02 PMTom
12/17/2024, 4:03 PMSrividya
12/18/2024, 5:08 PM