JUnit - Intermed

Anti-patterns Patterns and good practices Identify and use common JUnit patterns:
  • Mock object
  • Self-shunt
  • Crash test dummy
  • AbstractTestCase
  • Extract repetitive setup code to fixture
  • Parameterized test case
  • Base test case
  • Good test naming
Junit extension classes - classes in the junit.extensions package Understand code using the following classes:
  • ActiveTestSuite
  • RepeatedTest
  • TestSetup
  • TestDecorator
Junit internals

你可能感兴趣的:(JUnit)