Skip to content

test: 테스트 명 일치하게 수정 #272

test: 테스트 명 일치하게 수정

test: 테스트 명 일치하게 수정 #272

GitHub Actions / JUnit Test Report failed Aug 14, 2024 in 0s

87 tests run, 81 passed, 3 skipped, 3 failed.

Annotations

Check failure on line 89 in backend/src/test/java/corea/matching/service/PullRequestProviderTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

PullRequestProviderTest.마지막 페이지이면, 끝난다.

java.lang.AssertionError: 
Expected size: 4 but was: 0 in:
{}
Raw output
java.lang.AssertionError: 
Expected size: 4 but was: 0 in:
{}
	at corea.matching.service.PullRequestProviderTest.stop_is_lastPage(PullRequestProviderTest.java:89)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

Check failure on line 73 in backend/src/test/java/corea/matching/service/PullRequestProviderTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

PullRequestProviderTest.지정된 시간의 이전이면 값을 추가한다.

java.lang.AssertionError: 
Expected size: 3 but was: 0 in:
{}
Raw output
java.lang.AssertionError: 
Expected size: 3 but was: 0 in:
{}
	at corea.matching.service.PullRequestProviderTest.get_until_deadline(PullRequestProviderTest.java:73)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

Check failure on line 82 in backend/src/test/java/corea/matching/service/PullRequestProviderTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

PullRequestProviderTest.지정한 시간보다 이후의 값들을 받아오기 시작하면, 멈춘다.

java.lang.AssertionError: 
Expected size: 2 but was: 0 in:
{}
Raw output
java.lang.AssertionError: 
Expected size: 2 but was: 0 in:
{}
	at corea.matching.service.PullRequestProviderTest.stop_after_deadline(PullRequestProviderTest.java:82)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)