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

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

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

Метод Описание
CheckBinariesInPageByByte ( Page page, Stream expectedBinaryStream, Stream expectedPSettingsStream ) : void
CheckBinariesInPageByString ( Page page, string expectedBinaryValue, string expectedPSettingsValue ) : void
CheckPageTemplateInPage ( Page page, int expectedId ) : void
CompareStreams ( Stream given, Stream expected ) : bool
CreateBinaryDataFromString ( string stringToTransform ) : BinaryData
DestroyPlayground ( ) : void
GenericContent_KeepBinaryAfterPublish ( ) : void
GenericContent_KeepBinaryAfterUndocheckout ( ) : void
GenericContent_KeepIconAfterPublish ( ) : void
GenericContent_KeepIconAfterUndocheckout ( ) : void
GenericContent_KeepIndexAfterPublish ( ) : void
GenericContent_KeepIndexAfterUndocheckout ( ) : void
GenericContent_KeepReferenceAfterPublish ( ) : void
GenericContent_KeepReferenceAfterUndocheckout ( ) : void
GenericContent_KeepTextPropertyAfterPublish ( ) : void
GenericContent_KeepTextPropertyAfterUndocheckout ( ) : void
GetStringFromBinaryData ( BinaryData binary ) : string
PrepareTest ( ) : void