Uses of Enum
org.junitpioneer.jupiter.ReportEntry.PublishCondition
Packages that use ReportEntry.PublishCondition
-
Uses of ReportEntry.PublishCondition in org.junitpioneer.jupiter
Subclasses with type arguments of type ReportEntry.PublishCondition in org.junitpioneer.jupiterModifier and TypeClassDescriptionstatic enumThe available values you can choose from to define for which test outcomes the extension should publish the report entry.Methods in org.junitpioneer.jupiter that return ReportEntry.PublishConditionModifier and TypeMethodDescriptionstatic ReportEntry.PublishConditionReturns the enum constant of this type with the specified name.static ReportEntry.PublishCondition[]ReportEntry.PublishCondition.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.junitpioneer.jupiter with parameters of type ReportEntry.PublishConditionModifier and TypeMethodDescriptionprivate voidReportEntryExtension.publishOnConditions(org.junit.jupiter.api.extension.ExtensionContext context, ReportEntry.PublishCondition... conditions)