Annotation Types Summary |
Authentication |
The Authentication can be used within a HttpTest annotation
to send authentication information within an outgoing http request. |
Callback |
The Callback can be used for asynchronous HTTP tests that need a callback. |
Context |
The Context annotation can be used within a TestCase to get the
Response or a PollState of an
HTTP request injected after it succeeds. |
Header |
The Header annotation represents a single header attribute of an http request. |
HttpTest |
The HttpTest annotation tells JUnit that the public void method
to which it is attached can be run as an http test case when it's coupled with a Test
annotation. |
Poll |
The Poll annotation can be used for asynchronous HTTP tests that need to poll
the service more than one times. |