public class Description extends Object implements VerificationMode
| Constructor and Description |
|---|
Description(VerificationMode verification,
String description)
Constructs a verification mode which wraps the given verification mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
verify(VerificationData data)
Performs verification using the wrapped verification mode implementation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescriptionpublic Description(VerificationMode verification, String description)
verification - The implementation to use for verificationdescription - The failure message to prepend if verification failspublic void verify(VerificationData data)
verify in interface VerificationModedata - the data to be verifiedCopyright © 2025. All rights reserved.