Make Be BackEnd
[Intellj IDEA] Execution failed for task ':test' 본문
Execution failed for task ':test'.
> No tests found for given includes: [Hello.hellospring.repository.MemoryMemberRepositoryTest.save](--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.
> Get more help at https://help.gradle.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.2.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 466ms
4 actionable tasks: 1 executed, 3 up-to-date
해결 방법
[Ctrl+Alt+S] (Settings) - [Gradle] - [Run tests usin - IntelliJ IDEA 변경]

해당 테스트 파일에서 Run/Debug 실행
'Error' 카테고리의 다른 글
| [Java] System.in.read() (0) | 2023.09.21 |
|---|---|
| [GitHub]error: remote origin already exists. (0) | 2023.09.20 |
| [SpringBoot] JDK 11 , spring boot 2.x 버전 (0) | 2023.09.18 |
| [Spring Boot] Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled (2) | 2023.09.16 |
| [MysqlWorkBench] 설치 에러 (C++ 2019 Redistributable package) (0) | 2023.09.16 |