A D R 

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.Status) - 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(412) if it evaluates to true
assertFalse(boolean, Response.Status) - Static method in class de.taimos.restutils.RESTAssert
returns if condition evaluates to false and throws WebApplicationException if it evaluates to true
assertNotEmpty(String) - Static method in class de.taimos.restutils.RESTAssert
assert that string is not null nor empty
assertNotEmpty(String, Response.Status) - 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.Status) - 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.Status) - Static method in class de.taimos.restutils.RESTAssert
assert that object is not null
assertSingleElement(Collection<?>) - Static method in class de.taimos.restutils.RESTAssert
assert that collection has one element
assertSingleElement(Collection<?>, Response.Status) - 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(412) if it evaluates to false
assertTrue(boolean, Response.Status) - Static method in class de.taimos.restutils.RESTAssert
returns if condition evaluates to true and throws WebApplicationException if it evaluates to false

D

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

R

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

assert methods throw WebApplicationException on failure
RESTAssert() - Constructor for class de.taimos.restutils.RESTAssert
 
A D R 

Copyright © 2011-2012 Taimos GmbH. All Rights Reserved.