C# Класс SenseNet.ContentRepository.Tests.Search.SearchTest

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

Открытые методы

Метод Описание
CreateFolder ( string name ) : Folder
CreateFolder ( string name, Folder parent ) : Folder
CreateRefTestNode ( string name ) : RefTestNode
CreateRefTestNode ( string name, Node parent ) : RefTestNode
CreateTestStructure ( ) : void
InstallNodeTypes ( ) : void
NodeQuery_012_SQL ( ) : void

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

Метод Описание
AddPathToDelete ( string path ) : void
CheckNodes ( List nodes ) : bool
CheckNodesNotInList ( List nodes ) : bool
CreateComplexQuery ( ) : NodeQuery
DestroyPlayground ( ) : void
ExistNode ( Node node ) : bool
GenerateManyNodes ( int count ) : void
MyClassInitialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
MyTestInitialize ( ) : void
NodeQueryTest001_XML ( ) : void
NodeQuery_001_SQL ( ) : void
NodeQuery_002_SQL ( ) : void
NodeQuery_003_SQL ( ) : void
NodeQuery_004_SQL ( ) : void
NodeQuery_005_SQL ( ) : void
NodeQuery_006_SQL ( ) : void
NodeQuery_007_SQL ( ) : void
NodeQuery_008_SQL ( ) : void
NodeQuery_009_SQL ( ) : void
NodeQuery_010_SQL ( ) : void
NodeQuery_011_SQL ( ) : void
NodeQuery_013_SQL ( ) : void
NodeQuery_014_SQL ( ) : void
NodeQuery_015_SQL ( ) : void
NodeQuery_016_SQL ( ) : void
NodeQuery_017_SQL ( ) : void
NodeQuery_018_Simple_SQL ( ) : void
NodeQuery_020_SearchOrder_SQL ( ) : void
NodeQuery_021_SearchPaging_SQL ( ) : void
NodeQuery_022_SearchOrderPaging_SQL ( ) : void
NodeQuery_023_Order_SQL ( ) : void
NodeQuery_024_OrderPaging_SQL ( ) : void
NodeQuery_025_Paging_SQL ( ) : void
NodeQuery_026_VersionSecurity_SQL ( ) : void
NodeQuery_027_VersionSecurity_SQL ( ) : void
NodeQuery_029_NodeAttributumIndex_SQL ( ) : void
NodeQuery_030_TypeExpression_SQL ( ) : void
NodeQuery_031_IndexAttr_SQL ( ) : void
NodeQuery_033_OrderCustomProperty_SQL ( ) : void
NodeQuery_034_OrderCustomPropertyPaging_SQL ( ) : void
NodeQuery_035_Top_SQL ( ) : void
NodeQuery_Reference_Bug2275 ( ) : void
NodeQuery_SimpleSearch_Test ( ) : void
NotExpression_Constructor_String ( ) : void
ReferenceExpression_Constuctor ( ) : void
ReferenceExpression_Constuctor_NullExpr ( ) : void
ReferenceExpression_Constuctor_WrongLeftValue ( ) : void
SearchExpression_Constructor_Null ( ) : void
SearchExpression_Constructor_String ( ) : void
SearchOrder_Constructor_Name ( ) : void
SearchOrder_Constructor_NameAndDirectionAsc ( ) : void
SearchOrder_Constructor_NameAndDirectionDesc ( ) : void
SearchOrder_Constructor_Slot ( ) : void
SearchOrder_Constructor_SlotAndDirectionAsc ( ) : void
SearchOrder_Constructor_SlotAndDirectionDesc ( ) : void
SwitchToSqlProvider ( ) : void
TypeExpression_Constructor_NodeType1 ( ) : void
TypeExpression_Constructor_PropertySetAndExactMacth ( ) : void
TypeExpression_Constructor_PropertySetAndNotExactMacth ( ) : void

Описание методов

CreateFolder() публичный статический Метод

public static CreateFolder ( string name ) : Folder
name string
Результат Folder

CreateFolder() публичный статический Метод

public static CreateFolder ( string name, Folder parent ) : Folder
name string
parent Folder
Результат Folder

CreateRefTestNode() публичный статический Метод

public static CreateRefTestNode ( string name ) : RefTestNode
name string
Результат SenseNet.ContentRepository.Tests.ContentHandlers.RefTestNode

CreateRefTestNode() публичный статический Метод

public static CreateRefTestNode ( string name, Node parent ) : RefTestNode
name string
parent Node
Результат SenseNet.ContentRepository.Tests.ContentHandlers.RefTestNode

CreateTestStructure() публичный Метод

public CreateTestStructure ( ) : void
Результат void

InstallNodeTypes() публичный статический Метод

public static InstallNodeTypes ( ) : void
Результат void

NodeQuery_012_SQL() публичный Метод

public NodeQuery_012_SQL ( ) : void
Результат void