TestArrangementDomainOfEnumerable<TEntity>
Represents the test arrangement domain of an entity enumerable.
Gets the domain entities.
public TestArrangementDomainOfEnumerable(IEnumerable<TEntity> entities, TestArrangementContext context)
Initializes a new instance of the TestArrangementDomainOfEnumerable<T> class.
Sets the value whether to delete the entities on cleanup of TestSession.
Picks all entities.
Picks all entities.
Picks all entities.
Picks any random entity.
Picks the first entity.
Picks the last entity.
Picks the middle entity.