Class EntityTagManager_Tests
Inheritance
EntityTagManager_Tests
Assembly: Volo.CmsKit.Domain.Tests.dll
public class EntityTagManager_Tests : CmsKitDomainTestBase, IDisposable
Constructors
Declaration
public EntityTagManager_Tests()
Methods
Declaration
public Task AddTagToEntityAsync_ShouldAdd_WhenEverythingCorrect()
Returns
Declaration
public Task AddTagToEntity_ShouldThrowNotTaggable_WithNotConfiguredEntityType()
Returns
Declaration
public Task RemoveTagFromEntityAsync_ShouldRemove_WhenEverythingCorrect()
Returns
Declaration
public Task SetEntityTagsAsync_ShouldWorkProperly_WithExistingAndNonExistingTag()
Returns
Declaration
public Task SetEntityTagsAsync_ShouldWorkProperly_WithExistingTag()
Returns
Declaration
public Task SetEntityTagsAsync_ShouldWorkProperly_WithNonExistingTags()
Returns
Implements
Extension Methods