DanielZ
01/24/2021, 8:40 PMCookieTest > cookie with various expires date formats parsed() FAILED
java.lang.AssertionError at CookieTest.kt:215
ClientCookiesTest > cookie expiry uses the same timezone as cookie parsing() FAILED
java.lang.NullPointerException at ClientCookiesTest.kt:88
When I run only “CookieTest > cookie with various expires date formats parsed()” test is passing - but running all tests it’s always failing. Any Ideas?Vojtěch Knyttl
01/25/2021, 7:23 AMtasks.test {
// Gradle forks tests according to available cores, so the test might run differently on different machines.
// This is to prevent failures with static mocks. Also one must make sure to call @AfterEach[clearAllMocks, unmockkAll].
maxParallelForks = 1
}
to prevent thatDanielZ
01/25/2021, 8:15 AMs4nchez
01/25/2021, 8:19 AMDanielZ
01/25/2021, 8:20 AMs4nchez
01/25/2021, 8:26 AMs4nchez
01/25/2021, 10:21 AMs4nchez
01/25/2021, 10:56 AMDanielZ
01/25/2021, 12:24 PMs4nchez
01/25/2021, 12:31 PM