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

  NameDescription
Protected methodIsolatedUnitTests
Constructor
Back to Top
Methods

  NameDescription
Public methodCleanUpBase
Cleans test base (Restore static context)
(Inherited from AutomatedTests.)
Public methodCleanUpTestFakes
Cleans up the test
(Inherited from UnitTests.)
Public methodDispose
Disposes the object
(Inherited from AutomatedTests.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodFake 
Returns the entry which provides the fake methods from various modules
(Inherited from UnitTests.)
Protected methodFake TInfo, TProvider (TProvider)
Fakes the data for the given info and provider
(Inherited from UnitTests.)
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 methodGetClassXmlSchema T 
Gets the class XML schema for the given type
(Inherited from UnitTests.)
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 methodInitTestFakes
Initializes the test
(Inherited from UnitTests.)
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