public class SwaggerAssertions
extends java.lang.Object
| Constructor and Description |
|---|
SwaggerAssertions() |
| Modifier and Type | Method and Description |
|---|---|
static SwaggerAssert |
assertThat(java.lang.String actualLocation)
Creates a new instance of
. |
static SwaggerAssert |
assertThat(io.swagger.models.Swagger actual)
Creates a new instance of
. |
public static SwaggerAssert assertThat(io.swagger.models.Swagger actual)
SwaggerAssert.actual - the the actual Swagger value.public static SwaggerAssert assertThat(java.lang.String actualLocation)
SwaggerAssert.actualLocation - the location the actual Swagger value.