Eto.Test.Sections.CategoryFilter.IsExplicitMatch C# (CSharp) Method

IsExplicitMatch() public method

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