public static class UserAgentAsserter.UserAgentAssertionError
extends java.lang.AssertionError
Constructor and Description |
---|
UserAgentAssertionError()
Default constructor for serialization.
|
UserAgentAssertionError(java.lang.String compileTimeValue,
java.lang.String runtimeValue)
Creates an error with the given expected and actual user.agent value.
|
public UserAgentAssertionError()
public UserAgentAssertionError(java.lang.String compileTimeValue, java.lang.String runtimeValue)
compileTimeValue
- the compile time user.agent value, either in this
permutation or soft permutationruntimeValue
- the detected user.agent value after the module started