AWSSDK.Tests.Framework.TestRunner.RunTestsWithCategoryAndFixtureName C# (CSharp) Метод

RunTestsWithCategoryAndFixtureName() публичный Метод

public RunTestsWithCategoryAndFixtureName ( string category, HashSet fixtureName ) : void
category string
fixtureName HashSet
Результат void
        public void RunTestsWithCategoryAndFixtureName(string category, HashSet<string> fixtureName)
        {
            RunTests(new CategoryAndFixtureFilter(category, fixtureName));
        }