Uses of Enum
org.assertj.core.configuration.PreferredAssumptionException
Packages that use PreferredAssumptionException
-
Uses of PreferredAssumptionException in org.assertj.core.api
Methods in org.assertj.core.api that return PreferredAssumptionExceptionModifier and TypeMethodDescriptionstatic PreferredAssumptionExceptionAssumptionExceptionFactory.getPreferredAssumptionException()Methods in org.assertj.core.api with parameters of type PreferredAssumptionExceptionModifier and TypeMethodDescriptionstatic voidAssumptions.setPreferredAssumptionException(PreferredAssumptionException preferredAssumptionException) Sets which exception is thrown if an assumption is not met.static voidBDDAssumptions.setPreferredAssumptionException(PreferredAssumptionException preferredAssumptionException) Sets which exception is thrown if an assumption is not met.default voidWithAssumptions.setPreferredAssumptionException(PreferredAssumptionException preferredAssumptionException) Sets which exception is thrown if an assumption is not met. -
Uses of PreferredAssumptionException in org.assertj.core.configuration
Fields in org.assertj.core.configuration declared as PreferredAssumptionExceptionModifier and TypeFieldDescriptionstatic final PreferredAssumptionExceptionConfiguration.PREFERRED_ASSUMPTION_EXCEPTIONMethods in org.assertj.core.configuration that return PreferredAssumptionExceptionModifier and TypeMethodDescriptionConfiguration.preferredAssumptionException()Returns which exception is thrown if an assumption is not met.static PreferredAssumptionExceptionReturns the enum constant of this type with the specified name.static PreferredAssumptionException[]PreferredAssumptionException.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.assertj.core.configuration with parameters of type PreferredAssumptionExceptionModifier and TypeMethodDescriptionvoidConfiguration.setPreferredAssumptionException(PreferredAssumptionException preferredAssumptionException) Sets which exception is thrown if an assumption is not met.