Skip to content

Failed

de.fhdw.gaming.ipspiel24.tictactoe.core.domain.impl.TicTacToeBoardImplTest.testToString

Failing for the past 21 builds (Since #60 )
Took 9 ms.

Error Message

expected: <X _ X 
O O _ 
X _ _ 
> but was: <X _ X _ _ 
O O _ _ _ 
X _ _ _ _ 
>

Stacktrace

org.opentest4j.AssertionFailedError: 
expected: <X _ X 
O O _ 
X _ _ 
> but was: <X _ X _ _ 
O O _ _ _ 
X _ _ _ _ 
>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
	at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
	at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1141)
	at de.fhdw.gaming.ipspiel24.tictactoe.core@1.0.0-SNAPSHOT/de.fhdw.gaming.ipspiel24.tictactoe.core.domain.impl.TicTacToeBoardImplTest.testToString(TicTacToeBoardImplTest.java:106)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)