
public static class UserAgentAsserter.UserAgentAssertionError extends AssertionError
| Constructor and Description |
|---|
UserAgentAssertionError()
Default constructor for serialization.
|
UserAgentAssertionError(String compileTimeValue,
String runtimeValue)
Creates an error with the given expected and actual user.agent value.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toStringpublic UserAgentAssertionError()
public UserAgentAssertionError(String compileTimeValue, String runtimeValue)
compileTimeValue - the compile time user.agent value, either in this
permutation or soft permutationruntimeValue - the detected user.agent value after the module startedCopyright © 2018. All rights reserved.