Package ubic.gemma.rest.util
Class Assertions
- java.lang.Object
-
- ubic.gemma.rest.util.Assertions
-
public class Assertions extends Object
Entrypoint for custom AssertJ assertions.- Author:
- poirigui
-
-
Constructor Summary
Constructors Constructor Description Assertions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResponseAssert
assertThat(javax.ws.rs.core.Response response)
static ErrorsAssert
assertThat(Errors errors)
-
-
-
Method Detail
-
assertThat
public static ResponseAssert assertThat(javax.ws.rs.core.Response response)
-
assertThat
public static ErrorsAssert assertThat(Errors errors)
-
-