Class IntegrationTests
Base class for integration tests
[Category.Integration]
public class IntegrationTests : AutomatedTestsWithData
- Inheritance
-
objectIntegrationTests
- Inherited Members
- Extension Methods
Constructors
IntegrationTests()
public IntegrationTests()
Methods
IntegrationTestsFixtureSetup()
Fixture setup
public void IntegrationTestsFixtureSetup()
IntegrationTestsFixtureTearDown()
Fixture tear down
public void IntegrationTestsFixtureTearDown()
IntegrationTestsSetup()
Test setup
public void IntegrationTestsSetup()
IntegrationTestsTearDown()
Test tear down
public void IntegrationTestsTearDown()
SetupConnectionStrings()
Sets up the connection strings for the test
protected virtual void SetupConnectionStrings()