Uses of Class
org.apache.hc.core5.testing.framework.TestingFrameworkException
Packages that use TestingFrameworkException
-
Uses of TestingFrameworkException in org.apache.hc.core5.testing.framework
Methods in org.apache.hc.core5.testing.framework that throw TestingFrameworkExceptionModifier and TypeMethodDescriptionvoidTestingFramework.addTest()Call to add a test with defaults.voidCall to add a test.voidTestingFrameworkRequestHandler.assertNothingThrown()After the handler returns the response, any exception or failed assertion will be in the member called "thrown".static ObjectUsed to make a "deep" copy of an object.ClientTestingAdapter.execute(String defaultURI, Map<String, Object> request, TestingFrameworkRequestHandler requestHandler, Map<String, Object> responseExpectations) See the documentation for the same method inClientPOJOAdapter.FrameworkTest.initRequest()Returns a request with defaults for any parameter that is not specified.voidTestingFramework.runTests()Run the tests that have been previously added.voidTestingFrameworkRequestHandler.setDesiredResponse(Map<String, Object> desiredResponse) Sets the desired response.voidTestingFrameworkRequestHandler.setRequestExpectations(Map<String, Object> requestExpectations) Sets the request expectations.Constructors in org.apache.hc.core5.testing.framework that throw TestingFrameworkException