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 MockResponseBaseSecondaryNodeWebTest. myResponseprotected MockResponseBaseWebTestCase. myResponseMethods in jetbrains.buildServer with parameters of type MockResponse Modifier and Type Method Description static voidBaseWebTestCase. assertErrorInResponse(String errorId, MockResponse resp)static voidBaseWebTestCase. assertNoErrorInResponse(String errorId, MockResponse resp)protected ObjectBaseWebTestCase. 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 ResponseAssertWebAsserts. then(MockResponse response)Constructors in jetbrains.buildServer.asserts with parameters of type MockResponse Constructor Description ResponseAssert(MockResponse actual)
-