Click or drag to resize
OpenStack.Testing Namespace
The OpenStack.Testing namespace defines utilities for unit and integration testing.
Classes
  ClassDescription
Public classHttpTest
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.