Eto.Test.Sections.CategoryFilter.IsExplicitMatch C# (CSharp) 메소드

IsExplicitMatch() 공개 메소드

public IsExplicitMatch ( ITest test ) : bool
test ITest
리턴 bool
		public bool IsExplicitMatch(ITest test)
		{
			return MatchesKeyword(test) && MatchesIncludeCategory(test) && MatchesIncludeCategory(test);
		}