JUnit ํ ์คํธ ์คํ ์ ์๋์ ๊ฐ์ ์๋ฌ๊ฐ ๋ฌ๋ค.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':test'.
> No tests found for given includes: [com.study.springbootaws.web.HelloControllerTest.returnHello](filter.includeTestsMatching)
* 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
IntelliJ IDEA>Preferences ํน์ File>Settings ๋ฅผ ์ด์ด์ ์๋์ฒ๋ผ Run tests using ์ IntelliJ IDEA ๋ก ๋ฐ๊ฟ์ค๋ค.

๋ฐ์ํ
JUnit ํ ์คํธ ์คํ ์ ์๋์ ๊ฐ์ ์๋ฌ๊ฐ ๋ฌ๋ค.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':test'.
> No tests found for given includes: [com.study.springbootaws.web.HelloControllerTest.returnHello](filter.includeTestsMatching)
* 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
IntelliJ IDEA>Preferences ํน์ File>Settings ๋ฅผ ์ด์ด์ ์๋์ฒ๋ผ Run tests using ์ IntelliJ IDEA ๋ก ๋ฐ๊ฟ์ค๋ค.

๋ฐ์ํ