@Test 돌릴 때 아래와 같은 에러가 나오면서 안 될 경우
Execution failed for task ':test'.
> No tests found for given includes: [com.example.playground.TestClassTest.testDoHashing](--tests filter)
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
intelliJ Process finished with exit code 0
run tests using을 intelliJ로 바꿨는데도 안될 경우
return type을 void로 바꾸면 실행된다.

'【 개발 이야기 】' 카테고리의 다른 글
| 터미널에서 사용하는 Alias(단축어) 설정 방법 (0) | 2023.07.26 |
|---|---|
| namespace란 (0) | 2023.06.21 |
| docker (0) | 2023.06.21 |
| [json] json이란 무엇인가? (0) | 2023.05.22 |
| [intelliJ] module (0) | 2022.03.03 |
