Size: 791
Comment: converted to 1.6 markup
|
Size: 795
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 25: | Line 25: |
[Factorial.java] | [[Factorial.java]] |
Line 29: | Line 29: |
* Xper:JUnit : [JUnit]질문답변 | * Xper:JUnit : [[JUnit]]질문답변 |
[Java] UnitTest framework
TestDrivenDevelopmentByExample 을 보면 기본적인 사용법을 알 수 있다. CompositePattern을 써서, 여러테스트를 그룹으로 묶을 수 있도록 되어있다.
JUnit template
예제코드
JUnit best practices: http://www.javaworld.com/javaworld/jw-12-2000/jw-1221-junit.html