Uses of Class
jetbrains.buildServer.controllers.MockResponse
-
Packages that use MockResponse Package Description jetbrains.buildServer jetbrains.buildServer.asserts -
-
Uses of MockResponse in jetbrains.buildServer
Fields in jetbrains.buildServer declared as MockResponse Modifier and Type Field Description protected MockResponse
BaseSecondaryNodeWebTest. myResponse
protected MockResponse
BaseWebTestCase. myResponse
Methods in jetbrains.buildServer with parameters of type MockResponse Modifier and Type Method Description static void
BaseWebTestCase. assertErrorInResponse(String errorId, MockResponse resp)
static void
BaseWebTestCase. assertNoErrorInResponse(String errorId, MockResponse resp)
protected Object
BaseWebTestCase. evaluateXpath(String expr, MockResponse response)
-
Uses of MockResponse in jetbrains.buildServer.asserts
Methods in jetbrains.buildServer.asserts with parameters of type MockResponse Modifier and Type Method Description static ResponseAssert
WebAsserts. then(MockResponse response)
Constructors in jetbrains.buildServer.asserts with parameters of type MockResponse Constructor Description ResponseAssert(MockResponse actual)
-