IsolatedIntegrationTests MembersKentico 8.1 API Reference
The IsolatedIntegrationTests type exposes the following members.
Constructors

  NameDescription
Protected methodIsolatedIntegrationTests
Initializes a new instance of the IsolatedIntegrationTests class.
Back to Top
Methods

  NameDescription
Public methodCleanUpBase
Cleans test base (Restore static context)
(Inherited from AutomatedTests.)
Public methodCleanUpDatabase
Cleans the current test environment.
Public methodStatic memberCleanUpSharedDatabase
Removes shared instance database in MSTest tests. Note: Use this method in method marked with [ClassCleanup] attribute.
Public methodCleanUpSharedDatabaseNUnit
Removes shared instance database in NUnit tests. Note: This method is called automatically in NUnit tests.
Public methodDispose
Disposes the object
(Inherited from AutomatedTests.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Protected methodGetClassAndAssemblyCategories
Get categories assigned to current test class and assembly.
(Inherited from AutomatedTests.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodInitBase
Inits test base (Ensures static context, reset handlers)
(Inherited from AutomatedTests.)
Public methodInitDatabase
Initializes the current test environment.
Public methodStatic memberInitSharedDatabase
Init shared instance database in MSTest tests. Note: Use this method in method marked with [ClassInitialize] attribute.
Public methodInitSharedDatabaseNUnit
/// Init shared instance database in NUnit tests.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to 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.)
Back to Top
Properties

  NameDescription
Public propertyLockContext
If true, the test locks the context
(Inherited from AutomatedTests.)
Protected propertyResetEventHandlers
If true, the test resets event handlers to start with a clean slate
(Inherited from AutomatedTests.)
Public propertyUniqueStaticContext
If true, the test uses it's own unique static context. Note that this only applies to static variables defined through CMSStatic and CMSStaticObject.
(Inherited from AutomatedTests.)
Back to Top
See Also