IsolatedIntegrationTests Class |
Namespace: CMS.Tests
public class IsolatedIntegrationTests : AutomatedTestsWithData
The IsolatedIntegrationTests type exposes the following members.
Name | Description | |
---|---|---|
IsolatedIntegrationTests |
Initializes a new instance of the IsolatedIntegrationTests class.
|
Name | Description | |
---|---|---|
CurrentTestName |
Current test name
(Inherited from AutomatedTests.) | |
LastTestName |
Last test name
(Inherited from AutomatedTests.) | |
SharedDatabaseForAllTests | Indicates if the same database is used for all tests in same test class. |
Name | Description | |
---|---|---|
AddExtender |
Adds the test extender
(Inherited from AutomatedTests.) | |
CleanUpBase |
Cleans test base (Restore static context)
(Inherited from AutomatedTests.) | |
CleanUpFixtureBase |
Initializes the text fixture for all tests
(Inherited from AutomatedTests.) | |
Dispose |
Disposes the object
(Inherited from AutomatedTests.) | |
EndApplication |
Performs application end
(Inherited from AutomatedTests.) | |
EnsureExtraDatabase |
Ensures the specified extra database for the test
| |
EnsureLicense |
Inserts the license for localhost according to related config key
| |
ExecuteWithAllDatabases |
Executes the same given action in the context of all test databases.
Original database is handled first.
| |
ExecuteWithExtraDatabase |
Executes the given action in the context of the given extra database
| |
Fake |
Returns the entry which provides the fake methods from various modules
(Inherited from AutomatedTestsWithData.) | |
FakeTInfo(InfoFakeSettings) |
Fakes the data for the given info
(Inherited from AutomatedTestsWithData.) | |
FakeTInfo, TProvider(TProvider, Boolean) |
Fakes the data for the given info and provider
(Inherited from AutomatedTestsWithData.) | |
FakeLicense |
Fakes the license for localhost according to related config key
(Inherited from AutomatedTestsWithData.) | |
FakeObjectTInfo |
Fakes the data for the given info
(Inherited from AutomatedTestsWithData.) | |
FakeObjectsTInfo |
Fakes the data for the given info
(Inherited from AutomatedTestsWithData.) | |
GetClassXmlSchemaT |
Gets the class XML schema for the given type
(Inherited from AutomatedTestsWithData.) | |
GetTestExtenders |
Gets the current test extenders
(Inherited from AutomatedTests.) | |
GetTestUniqueIndex |
Gets a unique index for the test run.
All calls from a single test run return the same index.
| |
InitApplication |
Performs application initialization if not already initialized
(Inherited from AutomatedTests.) | |
InitBase |
Inits test base (Ensures static context, reset handlers)
(Inherited from AutomatedTests.) | |
InitFixtureBase |
Initializes the text fixture for all tests
(Inherited from AutomatedTests.) | |
InitSharedDatabase |
Init shared instance database in MSTest tests.
Note: Use this method in method marked with [ClassInitialize] attribute.
| |
IsolatedIntegrationTestsFixtureSetup |
Init shared instance database in NUnit tests.
| |
IsolatedIntegrationTestsFixtureTearDown |
Removes shared instance database in NUnit tests.
Note: This method is called automatically in NUnit tests.
| |
IsolatedIntegrationTestsSetup |
Initializes the current test environment.
| |
IsolatedIntegrationTestsTearDown |
Cleans the current test environment.
| |
ResetAllFakes |
Resets all fakes registered within the system
(Inherited from AutomatedTestsWithData.) | |
ResetAppState |
Resets the application state
(Inherited from AutomatedTests.) | |
RunExtenderActionTCurrentLevel |
Gets the current test extenders
(Inherited from AutomatedTests.) | |
TestMilestone |
Milestone
(Inherited from AutomatedTests.) | |
TestsWithDataFixtureSetup |
Fixture setup
(Inherited from AutomatedTestsWithData.) | |
TestsWithDataFixtureTearDown |
Fixture tear down
(Inherited from AutomatedTestsWithData.) | |
TestsWithDataSetup |
Test setup
(Inherited from AutomatedTestsWithData.) | |
TestsWithDataTearDown |
Cleans test base (Restore static context)
(Inherited from AutomatedTestsWithData.) |