Adf.Core.Test.TestManager.IsNotPresent C# (CSharp) Method

IsNotPresent() public static method

Running a test, by checking if the requested item is not in the registry.
public static IsNotPresent ( TestItemType type, TestAction action ) : bool
type TestItemType Type of test item
action TestAction Message to be passed
return bool
        public static bool IsNotPresent(TestItemType type, TestAction action)
        {
            return Provider.IsNotPresent(type, action);
        }

Same methods

TestManager::IsNotPresent ( TestItemType type, object subject, TestAction action ) : bool