
JUnit5 Annotation ๋๋ณด๊ธฐ ํํ๊ณ ์ ๊ตฌ๊ธ์ ๋์ํ์ง๋ง ์ค์ญ์ด ์์ ์ ์์ต๋๋ค. ์์ด ์๋ฌธ๋ ๊ฐ์ด ๋ด์ฃผ์๊ธธ ๋ฐ๋๋๋ค. โบ๏ธ @Test Denotes that a method is a test method. Unlike JUnit 4’s @Test annotation, this annotation does not declare any attributes, since test extensions in JUnit Jupiter operate based on their own dedicated annotations. Such methods are inherited unless they are overridden. - ํด๋น ๋ฉ์๋๊ฐ ํ
์คํธ ๋ฉ์๋์์ ๋ํ๋. - JUnit 4์ ๋ฌ๋ฆฌ ์์ฑ ์ ์ธ ์์ ..