Annotation Interface VetoObjectTestContract


A contract Veto is used for suppressing certain test-contracts. The default implementations run usually all available contracts, e.g. it will run ObjectTestContracts.EQUALS_AND_HASHCODE, ObjectTestContracts.SERIALIZABLE and ObjectTestContracts.TO_STRING. If one of the contracts is not suitable for your concrete test you can suppress this contract to be run by using this annotation.
Author:
Oliver Wolff
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description