C# Класс SenseNet.ContentRepository.Tests.TrashTest

Наследование: TestBase
Показать файл Открыть проект

Приватные методы

Метод Описание
CheckContentInTrash ( int id ) : bool
CheckContentList1 ( string encodedPath ) : void
CheckContentListItem1 ( string encodedPath, System.Linq.Check check ) : void
CheckContentListItem2 ( string encodedPath, System.Linq.Check check ) : void
CheckDeletedEventual ( string encodedContentPath, int id ) : void
CheckMovedToTrash ( string encodedContentPath, int id ) : void
CheckNotDeleted ( string encodedPath, int id ) : void
CheckNumberOfItemsInTrash ( int expectedNumberOfTrashbinItems ) : void
CheckSimpleNode ( string encodedPath ) : void
ConfigureTrash ( int minRetentionTime, int sizeQuota, int bagCapacity, bool isAct ) : void
CreateContentList ( string parentPath, string name, string listDef ) : void
CreateContentListItem ( string parentPath, string name, string type ) : void
CreateNode ( string parentPath, string name, string typeName ) : void
CreateTrash ( string parentPath, string name, int minRetentionTime, int sizeQuota, int bagCapacity, bool isAct ) : void
DecodePath ( string encodedPath ) : string
DeleteFromTrash ( int id ) : void
DeleteFromTrash_MinRetentionChanged ( ) : void
DeleteFromTrash_MinRetentionTimeNotReached ( ) : void
DeleteMainTrash ( ) : void
DeleteMoreThanOneItem_UsingDelete ( ) : void
DeleteMoreThanOneItem_WithTheSameNameAndTitle ( ) : void
DeleteWithDelete ( string encodedContentLinkPath ) : void
DeleteWithDeleteNode ( string encodedContentLinkPath ) : void
DeleteWithForceDelete ( string encodedContentLinkPath ) : void
Delete_UsingDeleteNode_ExceedBagLimit ( ) : void
Delete_UsingDeleteNode_ReachBagLimit ( ) : void
Delete_UsingDeleteNode_WithInactiveTrashBin ( ) : void
Delete_UsingDeleteNode_WithTrashBin ( ) : void
Delete_UsingDeleteNode_WithoutTrashBin ( ) : void
Delete_UsingDelete_ExceedBagLimit ( ) : void
Delete_UsingDelete_NodeWithTrashDisabledTrueInContent ( ) : void
Delete_UsingDelete_NodeWithTrashDisabledTrueInParent ( ) : void
Delete_UsingDelete_NodeWithTrashDisabledTrueInParentsParent ( ) : void
Delete_UsingDelete_ReachBagLimit ( ) : void
Delete_UsingDelete_WithInactiveTrashBin ( ) : void
Delete_UsingDelete_WithTrashBin ( ) : void
Delete_UsingForceDelete_WithTrashBin ( ) : void
Delete_WithDelete_LookingAtTrashWithAntherUser ( ) : void
Delete_WithDelete_WithoutDeletePermissions ( ) : void
Delete_WithDelete_WithoutDeletePermissionsToSubContent ( ) : void
Delete_WithForceDelete_WithoutDeletePermissions ( ) : void
Delete_WithForceDelete_WithoutDeletePermissionsToSubContent ( ) : void
DestroyPlayground ( ) : void
DisabelTrashForThisNode ( string encodedPath ) : void
EnsureNode ( string encodedPath ) : int
Initialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext tc ) : void
LoadNode ( string encodedPath ) : Node
LoadTrash ( ) : TrashBin
MoveNode ( string encodedSourcePath, string encodedTargetPath ) : void
Move_ContentListUnderAFolder_ToTrashBag_ToOtherLocation ( ) : void
Move_ContentList_ToTrashBag_ToOriginalLocation ( ) : void
Move_ContentList_ToTrashBag_ToOtherLocation ( ) : void
Move_ContentList_ToTrashBag_ToUnderAContantList ( ) : void
Move_ListItemToTrashBag ( ) : void
Move_ListItem_ToOtherContentListOftheSameType ( ) : void
Move_ListItem_ToOtherLocation ( ) : void
Move_ListItem_ToTrashBag_ToAnotherContentListOfTheSameType ( ) : void
Move_ListItem_ToTrashBag_ToContentListOfAnotherType ( ) : void
Move_ListItem_ToTrashBag_ToOriginalLocation ( ) : void
Move_ListItem_ToTrashBag_ToOtherLocation ( ) : void
PrepareTest ( ) : void
Purge_MinRetentionTimeNotReached ( ) : void
Purge_MinRetentionTimeSomeNotReached ( ) : void
Purge_WithOtherUserWithoutDeletePermission ( ) : void
Purge_WithOtherUserWithoutDeletePermission2 ( ) : void
RestoreFromTrash ( int id, string encodedTargetPath, bool addNewName, RestoreResultType expectedRestoreResult ) : void
Restore_EmptyTrashbag ( ) : void
Restore_ToAnotherExistingLocation ( ) : void
Restore_ToAnotherExistingLocationButSameNameExists ( ) : void
Restore_ToAnotherExistingLocationButSameNameExistsNewNameEnabled ( ) : void
Restore_ToAnotherExistingLocationWithoutAddNewPermission ( ) : void
Restore_ToAnotherExistingLocationWithoutOpenPermission ( ) : void
Restore_ToAnotherLocationUnderANonFolderLocation ( ) : void
Restore_ToAnotherNotExistingLocation ( ) : void
Restore_ToEmptyLocation ( ) : void
Restore_ToNotValidLocation ( ) : void
Restore_ToTheSameLocation ( ) : void
Restore_ToTheSameLocationButParentNotExist ( ) : void
Restore_ToTheSameLocationButParentTypeChanged ( ) : void
Restore_ToTheSameLocationButSameFolderExist ( ) : void
Restore_ToTheSameLocationButSameFolderExistNewNameEnabled ( ) : void
Restore_ToTheSameLocationButSameNameExist ( ) : void
Restore_ToTheSameLocationButSameNameExistNewNameEnabled ( ) : void
TrashBin_CreateAnotherTrashToTheSameLocation ( ) : void
TrashBin_CreateNotTheSpecifiedLocation ( ) : void
TrashBin_CreateNotTheSpecifiedName ( ) : void
TrashBin_WithInvalidMinRetentionTime ( ) : void