TestArrangementDomain
Represents the domain (root) of test arrangement functionality.
Gets the current test arrangement context.
Initializes a new instance of the TestArrangementDomain class.
Creates the entity of specified type.
Creates the entity of specified type and sets it to entity out parameter.
Creates the specified entity.
Creates multiple entities of the specified type.
public TestArrangementDomainOfEnumerable<TEntity> Create<TEntity>(int count, out IEnumerable entities)
Creates multiple entities of the specified type.
Creates multiple entities of the specified type.
Creates multiple entities of the specified type.
Creates multiple entities of the specified type using entity as template.
Creates the specified entities.
Creates the domain for the specified entity.
Creates the domain for working entity of specified type.
Get the working entity using the Working<T> method.
Creates the domain for working workspace.
Get the working workspace using the Working<T> method.