Skip navigation links
A C G H I R W 

A

Assertions - Class in com.github.ngeor.yak4j
Entry point for assertion DSL.
assertThat(ResultActions) - Static method in class com.github.ngeor.yak4j.Assertions
 
assertThat(ResponseEntity<T>) - Static method in class com.github.ngeor.yak4j.Assertions
 

C

com.github.ngeor.yak4j - package com.github.ngeor.yak4j
 
containsValidationErrorsExactly(InvalidFieldExpectation...) - Method in class com.github.ngeor.yak4j.ResultActionsAssert
Checks that the MVC response contains the given validation errors and only these.

G

getCode() - Method in class com.github.ngeor.yak4j.InvalidFieldExpectation
 
getField() - Method in class com.github.ngeor.yak4j.InvalidFieldExpectation
 

H

hasBody(T) - Method in class com.github.ngeor.yak4j.ResponseEntityAssert
Verifies that the response contains the given object as body.
hasStatus(HttpStatus) - Method in class com.github.ngeor.yak4j.ResponseEntityAssert
Verifies that the response has the given HTTP status code.
hasStatus(HttpStatus) - Method in class com.github.ngeor.yak4j.ResultActionsAssert
 

I

invalidField(String) - Static method in class com.github.ngeor.yak4j.InvalidFieldExpectationBuilder
Creates a new builder for an InvalidFieldExpectation.
InvalidFieldExpectation - Class in com.github.ngeor.yak4j
An expectation about an invalid field.
InvalidFieldExpectationBuilder - Class in com.github.ngeor.yak4j
isBadRequest() - Method in class com.github.ngeor.yak4j.ResponseEntityAssert
 
isBadRequest() - Method in class com.github.ngeor.yak4j.ResultActionsAssert
 
isBadRequest(InvalidFieldExpectation...) - Method in class com.github.ngeor.yak4j.ResultActionsAssert
 
isConflict() - Method in class com.github.ngeor.yak4j.ResponseEntityAssert
 
isCreated() - Method in class com.github.ngeor.yak4j.ResponseEntityAssert
 
isForbidden() - Method in class com.github.ngeor.yak4j.ResponseEntityAssert
 
isForbidden() - Method in class com.github.ngeor.yak4j.ResultActionsAssert
 
isInternalServerError() - Method in class com.github.ngeor.yak4j.ResponseEntityAssert
 
isInternalServerError() - Method in class com.github.ngeor.yak4j.ResultActionsAssert
 
isOk() - Method in class com.github.ngeor.yak4j.ResponseEntityAssert
 
isOk() - Method in class com.github.ngeor.yak4j.ResultActionsAssert
 
isUnauthorized() - Method in class com.github.ngeor.yak4j.ResponseEntityAssert
 

R

resolvedExceptionIsInstanceOf(Class<? extends Exception>) - Method in class com.github.ngeor.yak4j.ResultActionsAssert
Checks that the result has a resolved exception of the given class.
ResponseEntityAssert<T> - Class in com.github.ngeor.yak4j
Assertion DSL for ResponseEntity.
ResultActionsAssert - Class in com.github.ngeor.yak4j
Assertion DSL for ResultActions.

W

withCode(String) - Method in class com.github.ngeor.yak4j.InvalidFieldExpectationBuilder
 
A C G H I R W 
Skip navigation links

Copyright © 2018. All rights reserved.