Click or drag to resize
AutomatedTests Methods

The AutomatedTests type exposes the following members.

Methods
  NameDescription
Public methodCleanUpBase
Cleans test base (Restore static context)
Protected methodStatic memberCleanUpDataContext
Cleans up the data context
Public methodCleanUpFixtureBase
Initializes the text fixture for all tests
Public methodDispose
Disposes the object
Protected methodGetClassAndAssemblyCategories
Get categories assigned to current test class and assembly.
Protected methodStatic memberGetSolutionFolderPath
Gets a path to the root folder of the Kentico solution provided that it contains a test project with current test.
Protected methodStatic memberGetTestAppSetting
Gets the app setting from the
Protected methodStatic memberGetTestConnectionString
Gets the connection string of the given name from test configuration file
Public methodInitBase
Inits test base (Ensures static context, reset handlers)
Public methodInitFixtureBase
Initializes the text fixture for all tests
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also