Skip to content

Bump actions/setup-java from 3 to 4 #72

Bump actions/setup-java from 3 to 4

Bump actions/setup-java from 3 to 4 #72

GitHub Actions / Test Report failed Nov 29, 2023 in 0s

9 tests run, 0 skipped, 9 failed.

Annotations

Check failure on line 73 in src/test/java/croc/education/ws2023spb/knightsmove/TestApplication.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

TestApplication.testLegalMoves

expected: "OK"
 but was: "Логика программы ещё не реализована"
Raw output
org.opentest4j.AssertionFailedError: 

expected: "OK"
 but was: "Логика программы ещё не реализована"
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at croc.education.ws2023spb.knightsmove.TestApplication.testLegalMoves(TestApplication.java:73)
	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)

Check failure on line 58 in src/test/java/croc/education/ws2023spb/knightsmove/TestApplication.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

TestApplication.testIllegalMove

expected: "конь так не ходит: e7 -> e6"
 but was: "Логика программы ещё не реализована"
Raw output
org.opentest4j.AssertionFailedError: 

expected: "конь так не ходит: e7 -> e6"
 but was: "Логика программы ещё не реализована"
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at croc.education.ws2023spb.knightsmove.TestApplication.testIllegalMove(TestApplication.java:58)
	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)

Check failure on line 28 in src/test/java/croc/education/ws2023spb/knightsmove/TestChessPositionParser.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

TestChessPositionParser.parseSomethingInside

Вызван ещё не реализованный метод.
Raw output
java.lang.UnsupportedOperationException: Вызван ещё не реализованный метод.
	at croc.education.ws2023spb.knightsmove.ChessPositionParser.parse(ChessPositionParser.java:29)
	at croc.education.ws2023spb.knightsmove.TestChessPositionParser.parseSomethingInside(TestChessPositionParser.java:28)
	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)

Check failure on line 92 in src/test/java/croc/education/ws2023spb/knightsmove/TestChessPositionParser.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

TestChessPositionParser.parseInvalidPosition

Multiple Failures (1 failure)
-- failure 1 --
expected: "IllegalPositionException"
 but was: "UnsupportedOperationException"
at TestChessPositionParser.lambda$parseInvalidPosition$1(TestChessPositionParser.java:93)
Raw output
org.assertj.core.error.AssertJMultipleFailuresError: 

Multiple Failures (1 failure)
-- failure 1 --
expected: "IllegalPositionException"
 but was: "UnsupportedOperationException"
at TestChessPositionParser.lambda$parseInvalidPosition$1(TestChessPositionParser.java:93)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at croc.education.ws2023spb.knightsmove.TestChessPositionParser.parseInvalidPosition(TestChessPositionParser.java:92)
	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)

Check failure on line 48 in src/test/java/croc/education/ws2023spb/knightsmove/TestChessPositionParser.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

TestChessPositionParser.parseLowerLeftConner

Вызван ещё не реализованный метод.
Raw output
java.lang.UnsupportedOperationException: Вызван ещё не реализованный метод.
	at croc.education.ws2023spb.knightsmove.ChessPositionParser.parse(ChessPositionParser.java:29)
	at croc.education.ws2023spb.knightsmove.TestChessPositionParser.parseLowerLeftConner(TestChessPositionParser.java:48)
	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)

Check failure on line 70 in src/test/java/croc/education/ws2023spb/knightsmove/TestChessPositionParser.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

TestChessPositionParser.parseUpperRightConner

Вызван ещё не реализованный метод.
Raw output
java.lang.UnsupportedOperationException: Вызван ещё не реализованный метод.
	at croc.education.ws2023spb.knightsmove.ChessPositionParser.parse(ChessPositionParser.java:29)
	at croc.education.ws2023spb.knightsmove.TestChessPositionParser.parseUpperRightConner(TestChessPositionParser.java:70)
	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)

Check failure on line 25 in src/test/java/croc/education/ws2023spb/knightsmove/TestKnightsMoveChecker.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

TestKnightsMoveChecker.checkJaenischSequence

Вызван ещё не реализованный метод.
Raw output
java.lang.UnsupportedOperationException: Вызван ещё не реализованный метод.
	at croc.education.ws2023spb.knightsmove.KnightsMoveCheckerFactory.get(KnightsMoveCheckerFactory.java:26)
	at croc.education.ws2023spb.knightsmove.TestKnightsMoveChecker.setUp(TestKnightsMoveChecker.java:25)
	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)

Check failure on line 25 in src/test/java/croc/education/ws2023spb/knightsmove/TestKnightsMoveChecker.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

TestKnightsMoveChecker.checkOneLegalMove

Вызван ещё не реализованный метод.
Raw output
java.lang.UnsupportedOperationException: Вызван ещё не реализованный метод.
	at croc.education.ws2023spb.knightsmove.KnightsMoveCheckerFactory.get(KnightsMoveCheckerFactory.java:26)
	at croc.education.ws2023spb.knightsmove.TestKnightsMoveChecker.setUp(TestKnightsMoveChecker.java:25)
	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)

Check failure on line 25 in src/test/java/croc/education/ws2023spb/knightsmove/TestKnightsMoveChecker.java

See this annotation in the file changed.

@github-actions github-actions / Test Report

TestKnightsMoveChecker.checkWrongMove

Вызван ещё не реализованный метод.
Raw output
java.lang.UnsupportedOperationException: Вызван ещё не реализованный метод.
	at croc.education.ws2023spb.knightsmove.KnightsMoveCheckerFactory.get(KnightsMoveCheckerFactory.java:26)
	at croc.education.ws2023spb.knightsmove.TestKnightsMoveChecker.setUp(TestKnightsMoveChecker.java:25)
	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)