C# Class SenseNet.ContentRepository.Tests.GenericContentTest

Inheritance: TestBase
Show file Open project: maxpavlov/FlexNet

Public Methods

Method Description
CreatePage ( string name ) : Page
CreatePage ( string name, Node parent ) : Page

Private Methods

Method Description
DestroyPlayground ( ) : void
GenericContent_Approve_VersionModeMajorAndMinor_ApprovingTrue_Test ( ) : void
GenericContent_Approve_VersionModeMajorOnly_ApprovingTrue_Test ( ) : void
GenericContent_Approve_VersionModeNone_ApprovingTrue_Test ( ) : void
GenericContent_CheckIn_VersionModeMajorAndMinor_ApprovingFalse_Test ( ) : void
GenericContent_CheckIn_VersionModeMajorAndMinor_ApprovingTrue_Test ( ) : void
GenericContent_CheckIn_VersionModeMajorOnly_ApprovingFalse_Test ( ) : void
GenericContent_CheckIn_VersionModeMajorOnly_ApprovingTrue_Test ( ) : void
GenericContent_CheckIn_VersionModeNone_ApprovingFalse_Test ( ) : void
GenericContent_CheckIn_VersionModeNone_ApprovingTrue_Test ( ) : void
GenericContent_CheckOut_VersionModeMajorAndMinor_ApprovingFalse_Test ( ) : void
GenericContent_CheckOut_VersionModeMajorAndMinor_ApprovingTrue_Test ( ) : void
GenericContent_CheckOut_VersionModeMajorOnly_ApprovingFalse_Test ( ) : void
GenericContent_CheckOut_VersionModeMajorOnly_ApprovingTrue_Test ( ) : void
GenericContent_CheckOut_VersionModeNone_ApprovingFalse_Test ( ) : void
GenericContent_CheckOut_VersionModeNone_ApprovingTrue_Test ( ) : void
GenericContent_Checkin_VersionModeMajorOnly_ApprovingTrue_Test ( ) : void
GenericContent_Checkin_VersionModeNone_ApprovingTrue_Test ( ) : void
GenericContent_Exception_VersionModeNone_ApprovingFalse_Test ( ) : void
GenericContent_MajorAndMinor_CheckoutSaveCheckin_BinaryData ( ) : void
GenericContent_None_CheckoutSaveCheckin_BinaryData ( ) : void
GenericContent_None_CheckoutSaveCheckin_BinaryData_OfficeProtocolBug ( ) : void
GenericContent_Publish_VersionModeMajorAndMinor_ApprovingFalse_Test ( ) : void
GenericContent_Publish_VersionModeMajorAndMinor_ApprovingTrue_Test ( ) : void
GenericContent_Publish_VersionModeMajorOnly_ApprovingFalse_Test ( ) : void
GenericContent_Publish_VersionModeNone_ApprovingFalse_Test ( ) : void
GenericContent_Reject_VersionModeMajorAndMinor_ApprovingTrue_Test ( ) : void
GenericContent_Reject_VersionModeMajorOnly_ApprovingTrue_Test ( ) : void
GenericContent_Reject_VersionModeNone_ApprovingTrue_Test ( ) : void
GenericContent_SaveSameVersion_VersionModeMajorAndMinor_ApprovingFalse_Test ( ) : void
GenericContent_SaveSameVersion_VersionModeMajorAndMinor_ApprovingTrue_Test ( ) : void
GenericContent_SaveSameVersion_VersionModeMajorOnly_ApprovingFalse_Test ( ) : void
GenericContent_SaveSameVersion_VersionModeMajorOnly_ApprovingTrue_Test ( ) : void
GenericContent_SaveSameVersion_VersionModeNone_ApprovingFalse_Test ( ) : void
GenericContent_SaveSameVersion_VersionModeNone_ApprovingTrue_Test ( ) : void
GenericContent_Save_CheckOutIn_VersionModeNone_ApprovingFalse_Bug3167 ( ) : void
GenericContent_Save_VersionModeInherited_ApprovingFalse_Test ( ) : void
GenericContent_Save_VersionModeMajorAndMinor_ApprovingFalse_Test ( ) : void
GenericContent_Save_VersionModeMajorAndMinor_ApprovingTrue_Test ( ) : void
GenericContent_Save_VersionModeMajorOnly_ApprovingFalse_Test ( ) : void
GenericContent_Save_VersionModeMajorOnly_ApprovingInherited_Test ( ) : void
GenericContent_Save_VersionModeMajorOnly_ApprovingTrue_Test ( ) : void
GenericContent_Save_VersionModeNone_ApprovingFalse_Test ( ) : void
GenericContent_Save_VersionModeNone_ApprovingTrue_Test ( ) : void
GenericContent_UndoCheckOut_VersionModeMajorAndMinor_ApprovingFalse_Test ( ) : void
GenericContent_UndoCheckOut_VersionModeMajorAndMinor_ApprovingTrue_Test ( ) : void
GenericContent_UndoCheckOut_VersionModeMajorOnly_ApprovingFalse_Test ( ) : void
GenericContent_UndoCheckOut_VersionModeMajorOnly_ApprovingTrue_Test ( ) : void
GenericContent_UndoCheckOut_VersionModeNone_ApprovingFalse_Test ( ) : void
GenericContent_UndoCheckOut_VersionModeNone_ApprovingTrue_Test ( ) : void
LoggedDataProvider_RightWrappingAndRestoring ( ) : void

Method Details

CreatePage() public method

public CreatePage ( string name ) : Page
name string
return SenseNet.Portal.Page

CreatePage() public static method

public static CreatePage ( string name, Node parent ) : Page
name string
parent Node
return SenseNet.Portal.Page