|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Technical
Tagging interface to flag a JUnit category as a technical test. Technical tests are a form of polluted test that do not add to the documentation of a class.
For instance testing the correct implementation of Object basics like Object.equals(Object)
, Object.hashCode()
or Comparable.compareTo(Object)
are technical tests, as well as all tests that try to take the test coverage next to 100%.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |