C# Class Microsoft.Protocols.TestSuites.MS_VIEWSS.S05_MaintainViewPropertiesWithOpenApplicationExtension

Inheritance: TestSuiteBase
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes protégées

Méthode Description
GetViewProperties ( bool defaultView, string displayName, bool fpmodified, ViewScope viewScope ) : UpdateViewHtml2ViewProperties

Get View Properties to update view.

Private Methods

Méthode Description
ClassCleanup ( ) : void
ClassInitialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
MSVIEWSS_S05_TC01_UpdateViewHtml2_Success ( ) : void
MSVIEWSS_S05_TC02_UpdateViewHtml2_LogicalJoin ( ) : void
MSVIEWSS_S05_TC03_UpdateViewHtml2_GroupByAndCollapse ( ) : void
MSVIEWSS_S05_TC04_UpdateViewHtml2_NullViewName ( ) : void
MSVIEWSS_S05_TC05_UpdateViewHtml2_EmptyViewName ( ) : void
MSVIEWSS_S05_TC06_UpdateViewHtml2_Success_LeastInputParameters ( ) : void
MSVIEWSS_S05_TC07_UpdateViewHtml2_InvalidListName ( ) : void
MSVIEWSS_S05_TC08_UpdateViewHtml2_InvalidViewName ( ) : void
MSVIEWSS_S05_TC09_UpdateViewHtml2_NoDefaultView ( ) : void

Method Details

GetViewProperties() protected méthode

Get View Properties to update view.
protected GetViewProperties ( bool defaultView, string displayName, bool fpmodified, ViewScope viewScope ) : UpdateViewHtml2ViewProperties
defaultView bool Represents whether this is a default view.
displayName string Represents the display name.
fpmodified bool Represents the whether the view has been modified by a client application.
viewScope ViewScope Represents whether and how files and sub-folders are included in a view.
Résultat UpdateViewHtml2ViewProperties