mirror of https://github.com/abpframework/abp.git
1 changed files with 0 additions and 27 deletions
@ -1,27 +0,0 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Text; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace Volo.CmsKit.Tags |
|||
{ |
|||
public class EntityTagManager_Tests : CmsKitDomainTestBase |
|||
{ |
|||
private readonly CmsKitTestData _cmsKitTestData; |
|||
private readonly IEntityTagManager _entityTagManager; |
|||
private readonly IEntityTagManager _entityTagManager; |
|||
|
|||
public EntityTagManager_Tests() |
|||
{ |
|||
_cmsKitTestData = GetRequiredService<CmsKitTestData>(); |
|||
_entityTagManager = GetRequiredService<IEntityTagManager>(); |
|||
} |
|||
|
|||
public async Task AddTagToEntityAsync_ShouldAdd_WhenEverythingCorrect() |
|||
{ |
|||
var tag = await |
|||
await _entityTagManager.AddTagToEntityAsync(_cmsKitTestData.tag) |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue