Namespace Relativity.Testing.Framework.Strategies
Classes
CreateStrategy<T>
Represents base strategy of entity creation.
DeleteByIdStrategy<T>
Represents base strategy of entity deletion.
DeleteWorkspaceEntityByIdStrategy<T>
Represents base strategy of workspace entity deletion.
StrategyNotFoundException
Represents error of failed strategy finding.
Interfaces
ICreateStrategy<T>
Represents the strategy of entity creation.
IDeleteByIdStrategy<T>
Represents the strategy of entity deletion.
IDeleteWorkspaceEntityByIdStrategy<T>
Represents the strategy of workspace entity deletion.
IStrategyResolveService
Represents the service that resolves a strategy depending on the version.