-
Notifications
You must be signed in to change notification settings - Fork 2
TDD(Test Driven Development)
Hoseock Choi edited this page Feb 13, 2020
·
3 revisions
- Test Double
- Fixture (Minimal/Standard/Fresh/Shared)
- Transient
- SUT(System Under Test)
- Setup -> Exercise -> Verify -> Teardown
- Test Stub/Spy/Mock
- Dependency Injection
- Humble Object
- DOC(Depend on Component)
- Verify(state/behavior)
- Obscure Test
- Eager Test
- Mystery Guest
- Erratic Test