org.xenei.junit.contract

Annotation Type ContractImpl

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element and Description
      Class<?> value
      The Implementation class that should be scanned for interfaces that have Contract tests defined.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element and Description
      Class<?>[] skip
      The list of interface classes whos tests that should be skipped.
    • Element Detail

      • value

        public abstract Class<?> value
        The Implementation class that should be scanned for interfaces that have Contract tests defined.
      • skip

        public abstract Class<?>[] skip
        The list of interface classes whos tests that should be skipped.
        Default:
        {}

Copyright © 2013-2014 XENEI.com. All Rights Reserved.