Click or drag to resize
TestsConfig Class
Shared tests configuration
Inheritance Hierarchy
SystemObject
  CMS.TestsTestsConfig

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public class TestsConfig

The TestsConfig type exposes the following members.

Constructors
  NameDescription
Public methodTestsConfig
Top
Properties
  NameDescription
Public propertyStatic memberGlobalTestsConfig
Global configuration file for tests (Tests.config located in root directory)
Top
Methods
  NameDescription
Public methodStatic memberGetSolutionFolderPath
Gets a path to the root folder of the Kentico solution provided that it contains a test project with current test.
Public methodStatic memberGetTestAppSetting
Gets the app setting from test configuration file
Public methodStatic memberGetTestConnectionString
Gets the connection string of the given name from test configuration file
Top
See Also