Skip navigation links
A C D F P R U 

A

assertEquals(Object, Object) - Static method in class de.taimos.restutils.RESTAssert
assert that objects are equal.
This means they are both null or one.equals(two) returns true
assertEquals(Object, Object, Response.StatusType) - Static method in class de.taimos.restutils.RESTAssert
assert that objects are equal.
This means they are both null or one.equals(two) returns true
assertFalse(boolean) - Static method in class de.taimos.restutils.RESTAssert
returns if condition evaluates to false and throws WebApplicationException(422) if it evaluates to true
assertFalse(boolean, Response.StatusType) - Static method in class de.taimos.restutils.RESTAssert
returns if condition evaluates to false and throws WebApplicationException if it evaluates to true
assertInt(String) - Static method in class de.taimos.restutils.RESTAssert
assert that string matches [+-]?[0-9]*
assertInt(String, Response.StatusType) - Static method in class de.taimos.restutils.RESTAssert
assert that string matches [+-]?[0-9]*
assertNotEmpty(String) - Static method in class de.taimos.restutils.RESTAssert
assert that string is not null nor empty
assertNotEmpty(String, Response.StatusType) - Static method in class de.taimos.restutils.RESTAssert
assert that string is not null nor empty
assertNotEmpty(Collection<?>) - Static method in class de.taimos.restutils.RESTAssert
assert that collection is not empty
assertNotEmpty(Collection<?>, Response.StatusType) - Static method in class de.taimos.restutils.RESTAssert
assert that collection is not empty
assertNotNull(Object) - Static method in class de.taimos.restutils.RESTAssert
assert that object is not null
assertNotNull(Object, Response.StatusType) - Static method in class de.taimos.restutils.RESTAssert
assert that object is not null
assertPattern(String, String) - Static method in class de.taimos.restutils.RESTAssert
assert that string matches the given pattern
assertPattern(String, String, Response.StatusType) - Static method in class de.taimos.restutils.RESTAssert
assert that string matches the given pattern
assertSingleElement(Collection<?>) - Static method in class de.taimos.restutils.RESTAssert
assert that collection has one element
assertSingleElement(Collection<?>, Response.StatusType) - Static method in class de.taimos.restutils.RESTAssert
assert that collection has one element
assertTrue(boolean) - Static method in class de.taimos.restutils.RESTAssert
returns if condition evaluates to true and throws WebApplicationException(422) if it evaluates to false
assertTrue(boolean, Response.StatusType) - Static method in class de.taimos.restutils.RESTAssert
returns if condition evaluates to true and throws WebApplicationException if it evaluates to false

C

changeFailStatus(Response.Status) - Static method in class de.taimos.restutils.RESTAssert
 

D

de.taimos.restutils - package de.taimos.restutils
 

F

fail(Response.StatusType) - Static method in class de.taimos.restutils.RESTAssert
fails every time; same as assertTrue(false)
fail() - Static method in class de.taimos.restutils.RESTAssert
fails every time; same as assertTrue(false)

P

PATTERN_DATE - Static variable in class de.taimos.restutils.RESTAssert
Pattern for date 'yyyy-MM-dd'
PATTERN_DATETIME - Static variable in class de.taimos.restutils.RESTAssert
Pattern for datetime 'yyyy-MM-dd HH:mm:ss'
PATTERN_ISO - Static variable in class de.taimos.restutils.RESTAssert
Pattern for ISO date
PATTERN_TIME - Static variable in class de.taimos.restutils.RESTAssert
Pattern for time 'HH:mm:ss'

R

RESTAssert - Class in de.taimos.restutils
Use this class to assert preconditions in REST Handler

assert methods throw WebApplicationException on failure

U

UnprocessableEntityException - Exception in de.taimos.restutils
Copyright 2015 Taimos GmbH

UnprocessableEntityException() - Constructor for exception de.taimos.restutils.UnprocessableEntityException
 
UnprocessableEntityException(String) - Constructor for exception de.taimos.restutils.UnprocessableEntityException
 
UnprocessableEntityException(Response) - Constructor for exception de.taimos.restutils.UnprocessableEntityException
 
UnprocessableEntityException(String, Response) - Constructor for exception de.taimos.restutils.UnprocessableEntityException
 
UnprocessableEntityException(Throwable) - Constructor for exception de.taimos.restutils.UnprocessableEntityException
 
UnprocessableEntityException(String, Throwable) - Constructor for exception de.taimos.restutils.UnprocessableEntityException
 
UnprocessableEntityException(Response, Throwable) - Constructor for exception de.taimos.restutils.UnprocessableEntityException
 
UnprocessableEntityException(String, Response, Throwable) - Constructor for exception de.taimos.restutils.UnprocessableEntityException
 
A C D F P R U 
Skip navigation links

Copyright © 2011–2015 Taimos GmbH. All rights reserved.