Class NotOrBlankFormatter

  • All Implemented Interfaces:
    com.tngtech.jgiven.format.ArgumentFormatter<Boolean>

    @ThreadSafe
    public class NotOrBlankFormatter
    extends com.tngtech.jgiven.format.BooleanFormatter
    Annotation formatter for Boolean objects.
    Author:
    aherscu
    • Constructor Detail

      • NotOrBlankFormatter

        public NotOrBlankFormatter()
    • Method Detail

      • format

        public String format​(Boolean b,
                             String... args)
        Specified by:
        format in interface com.tngtech.jgiven.format.ArgumentFormatter<Boolean>
        Overrides:
        format in class com.tngtech.jgiven.format.BooleanFormatter