Click or drag to resize
AutomatedTestsInitializeTestClass Method
Initialize MSTest class for all tests.

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
protected static void InitializeTestClass()
Remarks
Calling this method in NUnit tests causes duplicate initialization.
See Also