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));
        }