|
1 | | -<https://www.testcontainers.org/> |
| 1 | +* <https://www.testcontainers.org/> |
2 | 2 |
|
3 | 3 | # API 사용법 |
4 | | - |
5 | | -[JUnit 4 in 60 |
6 | | -Seconds](http://www.cavdar.net/2008/07/21/junit-4-in-60-seconds/) |
7 | | - |
8 | | -[JUnit @Rule TemporaryFolder 사용하기](http://whiteship.me/2421) |
9 | | - |
10 | | -[JUnitMax Core가 포함된 JUnit 4.6 릴리스](http://toby.epril.com/?p=732) |
11 | | - |
12 | | -[What Is JUnit TestSuite?](http://blog.naver.com/tykim00/90044146238) |
| 4 | +* [JUnit 4 in 60 Seconds](http://www.cavdar.net/2008/07/21/junit-4-in-60-seconds/) |
| 5 | +* [JUnit @Rule TemporaryFolder 사용하기](http://whiteship.me/2421) |
| 6 | +* [JUnitMax Core가 포함된 JUnit 4.6 릴리스](http://toby.epril.com/?p=732) |
| 7 | +* [What Is JUnit TestSuite?](http://blog.naver.com/tykim00/90044146238) |
13 | 8 |
|
14 | 9 | ## Rule |
15 | | - |
16 | | -<http://blog.schauderhaft.de/2010/08/15/use-cases-for-junit-rules/> |
17 | | - |
18 | | -[JUnit 4.7 새 기능 @Rule](http://whiteship.me/2311) |
19 | | - |
20 | | -[JUnit 4.8 @Rule 확장하기](http://whiteship.me/?p=12967) |
| 10 | +* <http://blog.schauderhaft.de/2010/08/15/use-cases-for-junit-rules/> |
| 11 | +* [JUnit 4.7 새 기능 @Rule](http://whiteship.me/2311) |
| 12 | +* [JUnit 4.8 @Rule 확장하기](http://whiteship.me/?p=12967) |
21 | 13 |
|
22 | 14 | ## 사용원칙 |
23 | | - |
24 | | -[Junit 을 이용한 효율적인 단위 테스트 |
25 | | -전략](http://www.javajigi.net/pages/viewpage.action?pageId=278) |
26 | | - |
27 | | -[assertThat()으로 null 여부 확인하기](http://whiteship.me/1799) |
28 | | - |
29 | | -[Subverting Java Access Protection for Unit |
30 | | -Testing](http://www.onjava.com/pub/a/onjava/2003/11/12/reflection.html) |
31 | | - |
32 | | -<http://www.martinfowler.com/bliki/JunitNewInstance.html> |
33 | | - |
34 | | -[JUnit A Cook’s |
35 | | -Tour](http://junit.sourceforge.net/doc/cookstour/cookstour.htm) |
36 | | - |
37 | | -## 응용 |
38 | | - |
39 | | -[사람을 위한 자동화: 연속 테스팅 |
40 | | -(한글)](http://www.ibm.com/developerworks/kr/library/j-ap03137/index.html) |
41 | | - |
42 | | -[JUnit assert 매쉬업](http://toby.epril.com/?p=1007) |
| 15 | +* [Junit 을 이용한 효율적인 단위 테스트 전략](http://www.javajigi.net/pages/viewpage.action?pageId=278) |
| 16 | +* [assertThat()으로 null 여부 확인하기](http://whiteship.me/1799) |
| 17 | +* [Subverting Java Access Protection for Unit Testing](http://www.onjava.com/pub/a/onjava/2003/11/12/reflection.html) |
| 18 | +* <http://www.martinfowler.com/bliki/JunitNewInstance.html> |
| 19 | +* [JUnit A Cook’s Tour](http://junit.sourceforge.net/doc/cookstour/cookstour.htm) |
43 | 20 |
|
44 | 21 | ## Junit과 설계 |
| 22 | +* [Testing Exceptions in JUnit 4.7](http://weblogs.java.net/blog/johnsmart/archive/2009/09/27/testing-exceptions-junit-47) |
| 23 | +* [Working with temporary files in JUnit 4.7](http://weblogs.java.net/blog/johnsmart/archive/2009/09/29/working-temporary-files-junit-47) |
| 24 | +* [Infinitest 사용하기](http://blog.openframework.or.kr/attachment/cfile25.uf@1925141F4A7F6B417CD6DE.pdf) |
45 | 25 |
|
46 | | -[JUnit 4.7과 OCP](http://toby.epril.com/?p=868) |
47 | | - |
48 | | -[Testing Exceptions in JUnit |
49 | | -4.7](http://weblogs.java.net/blog/johnsmart/archive/2009/09/27/testing-exceptions-junit-47) |
50 | | - |
51 | | -[Working with temporary files in JUnit |
52 | | -4.7](http://weblogs.java.net/blog/johnsmart/archive/2009/09/29/working-temporary-files-junit-47) |
53 | | - |
54 | | -[Infinitest |
55 | | -사용하기](http://blog.openframework.or.kr/attachment/cfile25.uf@1925141F4A7F6B417CD6DE.pdf) |
56 | | - |
57 | | -## Related |
58 | | -- [[code-coverage]] |
59 | | -- [[mock]] |
60 | | -- [[tdd]] |
61 | | -- [[test-quote]] |
62 | | -- [[test-framework]] |
0 commit comments