PerformSupportProductsCheck() public static method

A method is used to check whether the SUT product supports the MS-WOPI protocol. If the SUT does not support, this method will raise an inconclusive assertion.
public static PerformSupportProductsCheck ( ITestSite site ) : void
site ITestSite A parameter represents the site.
return void
コード例 #1
0
 public void TestCaseLevelInitializeMethod()
 {
     TestSuiteHelper.PerformSupportProductsCheck(this.Site);
     TestSuiteHelper.PerformSupportCobaltCheck(this.Site);
 }
コード例 #2
0
 public void MSWOPITestCaseInitialize()
 {
     this.InitializeCounterForPerTestCase();
     TestSuiteHelper.PerformSupportProductsCheck(this.Site);
 }