Bickle.ReSharper.BickleTestProvider.IsElementOfKind C# (CSharp) Method

IsElementOfKind() public method

public IsElementOfKind ( IDeclaredElement declaredElement, UnitTestElementKind elementKind ) : bool
declaredElement IDeclaredElement
elementKind UnitTestElementKind
return bool
        public bool IsElementOfKind(IDeclaredElement declaredElement, UnitTestElementKind elementKind)
        {
            return false;
        }

Same methods

BickleTestProvider::IsElementOfKind ( UnitTestElement element, UnitTestElementKind elementKind ) : bool