Microsoft.Azure.Commands.Resources.Test.ScenarioTests.ResourcesController.RunPsTestWorkflow C# (CSharp) Method

RunPsTestWorkflow() public method

public RunPsTestWorkflow ( XunitTracingInterceptor interceptor, Func scriptBuilder, Action initialize, System.Action cleanup, string callingClassType, string mockName ) : void
interceptor XunitTracingInterceptor
scriptBuilder Func
initialize Action
cleanup System.Action
callingClassType string
mockName string
return void
        public void RunPsTestWorkflow(
            XunitTracingInterceptor interceptor,
            Func<string[]> scriptBuilder,
            Action<LegacyTest.CSMTestEnvironmentFactory> initialize,
            Action cleanup,
            string callingClassType,
            string mockName)
        {
            helper.TracingInterceptor = interceptor;
            this.RunPsTestWorkflow(scriptBuilder, initialize, cleanup, callingClassType, mockName);
        }

Same methods

ResourcesController::RunPsTestWorkflow ( Func scriptBuilder, Action initialize, System.Action cleanup, string callingClassType, string mockName ) : void