Annotation Type TransformerTesterRule.TransformerTest


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

        java.lang.Class<?> transformer
        Returns:
        type of transformer to use.
      • strictMatch

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

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