@FunctionalInterface public interface ISVRLErrorLevelDeterminator
| Modifier and Type | Method and Description |
|---|---|
default com.helger.commons.error.level.IErrorLevel |
getErrorLevelFromFailedAssert(FailedAssert aFailedAssert)
Get the error level associated with a single failed assertion.
|
com.helger.commons.error.level.IErrorLevel |
getErrorLevelFromFlag(String sFlag)
Get the error level associated with a single failed assertion/successful
report.
|
default com.helger.commons.error.level.IErrorLevel |
getErrorLevelFromSuccessfulReport(SuccessfulReport aSuccessfulReport)
Get the error level associated with a single successful report.
|
@Nonnull com.helger.commons.error.level.IErrorLevel getErrorLevelFromFlag(@Nullable String sFlag)
sFlag - The flag to be queried. May be null.null.@Nonnull default com.helger.commons.error.level.IErrorLevel getErrorLevelFromFailedAssert(@Nonnull FailedAssert aFailedAssert)
aFailedAssert - The failed assert to be queried. May not be null.null.@Nonnull default com.helger.commons.error.level.IErrorLevel getErrorLevelFromSuccessfulReport(@Nonnull SuccessfulReport aSuccessfulReport)
aSuccessfulReport - The failed assert to be queried. May not be null.null.Copyright © 2014–2017 Philip Helger. All rights reserved.