package test
- Alphabetic
- Public
- All
Type Members
-
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
-
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
-
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
Value Members
- object TestResourceClient
- object TestSubresourceClient