Skip to content

Commit 6202f99

Browse files
authored
Move acceptance tests into test project and eliminate custom test framework (#65)
* Add TestCategory to existing unit tests * Duplicate majority of acceptance tests in regular test project * Improve use of HttpClient in acceptance tests * Move DocumentationTests out of acceptance test project and enable them * Update readme with new testing procedure * Remove MbDotNet.Acceptance.Tests project
1 parent 3465e2a commit 6202f99

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+346
-827
lines changed

MbDotNet.Acceptance.Tests/AcceptanceTest.cs

-18
This file was deleted.

MbDotNet.Acceptance.Tests/AcceptanceTestRunner.cs

-73
This file was deleted.

MbDotNet.Acceptance.Tests/AcceptanceTests/CanCreateAndGetHttpImposter.cs

-42
This file was deleted.

MbDotNet.Acceptance.Tests/AcceptanceTests/CanCreateAndGetHttpImposterWithNoPort.cs

-43
This file was deleted.

MbDotNet.Acceptance.Tests/AcceptanceTests/CanCreateAndGetHttpsImposter.cs

-42
This file was deleted.

MbDotNet.Acceptance.Tests/AcceptanceTests/CanCreateAndGetTcpImposter.cs

-42
This file was deleted.

MbDotNet.Acceptance.Tests/AcceptanceTests/CanCreateHttpProxyImposter.cs

-81
This file was deleted.

0 commit comments

Comments
 (0)