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

ActivateView() public method

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

Same methods

TestViewProvider::ActivateView ( ITask task, bool newView ) : void