Annotation Type TransformerTesterRule.TransformerTest

Enclosing class:
TransformerTesterRule

@Target(METHOD) @Retention(RUNTIME) public static @interface TransformerTesterRule.TransformerTest
Enables to describe a test without having to implement the logic itself.
  • Element Details

    • strictMatch

      boolean strictMatch
      Returns:
      true if only expected resources must be found.
      Default:
      true
    • expectedException

      Class<?> expectedException
      Returns:
      if set to an exception class it ensures it is thrown during the processing.
      Default:
      java.lang.Object.class