Package jetbrains.buildServer.asserts
Class WebAsserts
- java.lang.Object
-
- org.assertj.core.api.Assertions
-
- org.assertj.core.api.BDDAssertions
-
- jetbrains.buildServer.asserts.CommonAsserts
-
- jetbrains.buildServer.serverSide.asserts.ServerAsserts
-
- jetbrains.buildServer.asserts.WebAsserts
-
public class WebAsserts extends ServerAsserts
-
-
Constructor Summary
Constructors Constructor Description WebAsserts()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CookieAssert
then(javax.servlet.http.Cookie cookie)
static ActionMessagesAssert
then(ActionMessages actionMessages)
static ResponseAssert
then(MockResponse response)
static ModelAndViewAssert
then(org.springframework.web.servlet.ModelAndView actual)
-
Methods inherited from class jetbrains.buildServer.serverSide.asserts.ServerAsserts
then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then
-
Methods inherited from class jetbrains.buildServer.asserts.CommonAsserts
tcThen, tcThen, tcThen, then
-
Methods inherited from class org.assertj.core.api.BDDAssertions
then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then
-
Methods inherited from class org.assertj.core.api.Assertions
allOf, allOf, anyOf, anyOf, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, atIndex, contentOf, contentOf, contentOf, doesNotHave, entry, extractProperty, extractProperty, fail, fail, failBecauseExceptionWasNotThrown, filter, filter, linesOf, linesOf, linesOf, not, offset, offset, registerCustomDateFormat, registerCustomDateFormat, setAllowExtractingPrivateFields, setRemoveAssertJRelatedElementsFromStackTrace, tuple, useDateFormat, useDateFormat, useDefaultDateFormats, useDefaultDateFormatsOnly, useIsoDateFormat, useIsoDateTimeFormat, useIsoDateTimeWithMsFormat, within, within, within
-
-
-
-
Method Detail
-
then
public static ModelAndViewAssert then(org.springframework.web.servlet.ModelAndView actual)
-
then
public static ResponseAssert then(MockResponse response)
-
then
public static CookieAssert then(javax.servlet.http.Cookie cookie)
-
then
public static ActionMessagesAssert then(ActionMessages actionMessages)
-
-