OpenStack.Testing Namespace |
Class | Description | |
---|---|---|
HttpTest |
Use this instead of HttpTest for any OpenStack.NET unit tests.
This extends Flurl's default HttpTest to use AuthenticatedMessageHandler in unit tests. If you use the default HttpTest, then any tests which rely upon authentication handling (e.g retrying a request when a token expires) will fail. |