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

Register() public static method

Register a test item.
public static Register ( TestItemType type, TestAction action ) : void
type TestItemType Type of test item
action TestAction Message to be passed
return void
        public static void Register(TestItemType type, TestAction action, params object[] p)
        {
            Provider.Register(type, action, p);
        }

Same methods

TestManager::Register ( TestItemType type, object subject ) : void
TestManager::Register ( TestItemType type, object subject, TestAction action ) : void