This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| junit [2016/07/16 14:42] – 만듦 ledyx | junit [2021/02/07 05:50] (current) – old revision restored (2016/07/16 15:42) ledyx | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| </ | </ | ||
| - | = Method 순서 지정 = | + | = Test시 |
| class 상단에 기술. | class 상단에 기술. | ||
| - | Method 이름 순서대로 | + | Method 이름 순서대로 |
| <sxh java> | <sxh java> | ||
| @FixMethodOrder(MethodSorters.NAME_ASCENDING) | @FixMethodOrder(MethodSorters.NAME_ASCENDING) | ||