Class Junit5Assumptions


  • public class Junit5Assumptions
    extends org.assertj.core.configuration.Configuration
    • Field Summary

      • Fields inherited from class org.assertj.core.configuration.Configuration

        ALLOW_COMPARING_PRIVATE_FIELDS, ALLOW_EXTRACTING_PRIVATE_FIELDS, BARE_NAME_PROPERTY_EXTRACTION_ENABLED, DEFAULT_CONFIGURATION, LENIENT_DATE_PARSING, MAX_ELEMENTS_FOR_PRINTING, MAX_INDICES_FOR_PRINTING, MAX_LENGTH_FOR_SINGLE_LINE_DESCRIPTION, MAX_STACKTRACE_ELEMENTS_DISPLAYED, PREFERRED_ASSUMPTION_EXCEPTION, PRINT_ASSERTIONS_DESCRIPTION_ENABLED, REMOVE_ASSERTJ_RELATED_ELEMENTS_FROM_STACK_TRACE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.assertj.core.configuration.PreferredAssumptionException preferredAssumptionException()  
      • Methods inherited from class org.assertj.core.configuration.Configuration

        addAdditionalDateFormats, additionalDateFormats, apply, applyAndDisplay, bareNamePropertyExtractionEnabled, comparingPrivateFieldsEnabled, describe, descriptionConsumer, extractingPrivateFieldsEnabled, lenientDateParsingEnabled, maxElementsForPrinting, maxLengthForSingleLineDescription, maxStackTraceElementsDisplayed, printAssertionsDescription, removeAssertJRelatedElementsFromStackTraceEnabled, representation, setAdditionalDateFormats, setBareNamePropertyExtraction, setComparingPrivateFields, setDefaults, setDescriptionConsumer, setExtractingPrivateFields, setLenientDateParsing, setMaxElementsForPrinting, setMaxLengthForSingleLineDescription, setMaxStackTraceElementsDisplayed, setPreferredAssumptionException, setPrintAssertionsDescriptionEnabled, setRemoveAssertJRelatedElementsFromStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Junit5Assumptions

        public Junit5Assumptions()
    • Method Detail

      • preferredAssumptionException

        public org.assertj.core.configuration.PreferredAssumptionException preferredAssumptionException()
        Overrides:
        preferredAssumptionException in class org.assertj.core.configuration.Configuration