C# Class Marain.Tenancy.Storage.Azure.BlobStorage.Specs.StepDefinitions.CreateTenantSteps

Inheritance: TenantStepsBase
Datei anzeigen Open project: marain-dotnet/Marain.Tenancy

Public Methods

Method Description
CreateTenantSteps ( TenantProperties tenantProperties ) : System

Private Methods

Method Description
GivenICreateAChildOfAChildOfTheRootTenantAsync ( string parentTenantLabel, string newTenantName, string newTenantLabel ) : Task
GivenICreateAChildOfTheRootTenantCalledWithTheDetailsAvailableAsAsync ( string tenantName, string newTenantLabel ) : Task
GivenICreateAWellKnownChildOfAChildOfATenantAsync ( string wellKnownGuidLabel, string parentTenantLabel, string newTenantName, string newTenantLabel ) : Task
GivenICreateAWellKnownChildOfTheRootTenantCalledWithTheDetailsAvailableAsAsync ( string wellKnownGuidLabel, string tenantName, string newTenantLabel ) : Task
GivenITryToCreateAWellKnownChildOfAChildOfATenantAsync ( string wellKnownGuidLabel, string parentTenantLabel, string newTenantName ) : Task
TenantShouldHaveStorageConfigEquivalentToRoot ( string tenantLabel ) : void
ThenItShouldThrowAnInvalidOperationException ( ) : void

Method Details

CreateTenantSteps() public method

public CreateTenantSteps ( TenantProperties tenantProperties ) : System
tenantProperties TenantProperties
return System