Packages

package test

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class TestResourceClient[T, DeleteResult] extends Resource[T] with ResourceDelete[T, DeleteResult] with ResourceDeleteAll[T]

    Implementation of Resource and ResourceDeleteAll to be used from unit tests

    Implementation of Resource and ResourceDeleteAll to be used from unit tests

    T

    Resource type

    DeleteResult

    Result of the delete operation

  2. final class TestResourceStatusClient[StatusT, T] extends ResourceStatus[StatusT, T]

    Test implementation of ResourceStatus to be used from unit tests

    Test implementation of ResourceStatus to be used from unit tests

    StatusT

    Status subresource type

    T

    Resource type

  3. final class TestSubresourceClient[T] extends Subresource[T]

    Test implementation of Subresource to be used from unit tests

    Test implementation of Subresource to be used from unit tests

    T

    Subresource type

Ungrouped