Adf.Test.Views.TestViewProvider.DeactivateView C# (CSharp) Method

DeactivateView() public method

Deactivates the view of a specified task of ITask.
public DeactivateView ( ITask task ) : void
task ITask The that defines task which will deactivated.
return void
        public void DeactivateView(ITask task, params object[] p)
        {
            TestManager.Register(TestItemType.View, task.Name, TestAction.ViewDeactivated);
        }