| Package | Description |
|---|---|
| com.jayway.restassured.config |
| Modifier and Type | Method and Description |
|---|---|
MatcherConfig.ErrorDescriptionType |
MatcherConfig.errorDescriptionType() |
static MatcherConfig.ErrorDescriptionType |
MatcherConfig.ErrorDescriptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatcherConfig.ErrorDescriptionType[] |
MatcherConfig.ErrorDescriptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MatcherConfig |
MatcherConfig.errorDescriptionType(MatcherConfig.ErrorDescriptionType errorDescriptionType) |
boolean |
MatcherConfig.hasErrorDescriptionType(MatcherConfig.ErrorDescriptionType errorDescriptionType)
Returns
true if this config has the supplied errorDescriptionType, false otherwise. |
| Constructor and Description |
|---|
MatcherConfig(MatcherConfig.ErrorDescriptionType errorDescriptionType)
Creates a new instance of
MatcherConfig that uses the supplied errorDescriptionType as
error description type. |
Copyright © 2010–2015. All rights reserved.