Class FailUpdated
- java.lang.Object
-
- org.saynotobugs.confidence.assessment.FailUpdated
-
- All Implemented Interfaces:
Assessment
public final class FailUpdated extends java.lang.Object implements Assessment
-
-
Constructor Summary
Constructors Constructor Description FailUpdated(org.dmfs.jems2.Function<Description,? extends Description> descriptionFunction, Assessment delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Descriptiondescription()booleanisSuccess()
-
-
-
Constructor Detail
-
FailUpdated
public FailUpdated(org.dmfs.jems2.Function<Description,? extends Description> descriptionFunction, Assessment delegate)
-
-
Method Detail
-
isSuccess
public boolean isSuccess()
- Specified by:
isSuccessin interfaceAssessment
-
description
public Description description()
- Specified by:
descriptionin interfaceAssessment
-
-