Last active
September 29, 2020 23:57
-
-
Save oguzhancagliyan/b3f2b27aaefeddf96d693392a84c46b4 to your computer and use it in GitHub Desktop.
Collection for fixture
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[CollectionDefinition(nameof(ApiTestCollection))] | |
public class ApiTestCollection : ICollectionFixture<LocalStackFixture>, ICollectionFixture<TestServerFixture> | |
{ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment