AWSSDK.Tests.Framework.TestRunner.CategoryAndFixtureFilter.CategoryAndFixtureFilter C# (CSharp) Method

CategoryAndFixtureFilter() public method

public CategoryAndFixtureFilter ( string categoryName, HashSet fixtureNames ) : Amazon
categoryName string
fixtureNames HashSet
return Amazon
            public CategoryAndFixtureFilter(string categoryName, HashSet<string> fixtureNames)
            {
                this.CategoryName = categoryName;
                this.FixtureNames = fixtureNames;
            }