The IsolatedIntegrationTests type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | IsolatedIntegrationTests |
Initializes a new instance of the IsolatedIntegrationTests class.
|
Methods
Name | Description | |
---|---|---|
![]() | CleanUpBase |
Cleans test base (Restore static context)
(Inherited from AutomatedTests.) |
![]() | CleanUpDatabase |
Cleans the current test environment.
|
![]() ![]() | CleanUpSharedDatabase |
Removes shared instance database in MSTest tests.
Note: Use this method in method marked with [ClassCleanup] attribute.
|
![]() | CleanUpSharedDatabaseNUnit |
Removes shared instance database in NUnit tests.
Note: This method is called automatically in NUnit tests.
|
![]() | Dispose |
Disposes the object
(Inherited from AutomatedTests.) |
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | GetClassAndAssemblyCategories |
Get categories assigned to current test class and assembly.
(Inherited from AutomatedTests.) |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | InitBase |
Inits test base (Ensures static context, reset handlers)
(Inherited from AutomatedTests.) |
![]() | InitDatabase |
Initializes the current test environment.
|
![]() ![]() | InitSharedDatabase |
Init shared instance database in MSTest tests.
Note: Use this method in method marked with [ClassInitialize] attribute.
|
![]() | InitSharedDatabaseNUnit |
/// Init shared instance database in NUnit tests.
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
Name | Description | |
---|---|---|
![]() | AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) |
![]() | GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Properties
Name | Description | |
---|---|---|
![]() | LockContext |
If true, the test locks the context
(Inherited from AutomatedTests.) |
![]() | ResetEventHandlers |
If true, the test resets event handlers to start with a clean slate
(Inherited from AutomatedTests.) |
![]() | UniqueStaticContext |
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.) |
See Also