WorkspaceTestArrangementDomainExtensions
Provides a set of extension methods for
TestArrangementDomain{TEntity}"/> of [Workspace](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.Workspace.html).
public static TestArrangementDomain<Workspace> Add(this TestArrangementDomain<Workspace> domain, Group[] groups)
Adds the specified groups to the current workspace.
public static TestArrangementDomain<Workspace> ArrangeWorkspace(this TestArrangementDomain<Workspace> domain, Action<TestArrangementDomain<Workspace>> arrangementAction)
Executes the specified workspace arrange action using TestArrangementDomain<T> for the current workspace.
public static TestArrangementDomain<Workspace> SetGroupPermissions(this TestArrangementDomain<Workspace> domain, Group group, GroupPermissionsChangeset changeset)
Sets the specified group permissions to the current workspace.