Esempio n. 1
0
 public ExportWorkflow(
     IKongAdminReader kongReader,
     ExportWorkflowArguments arguments,
     ConfigFileWriter configWriter,
     ConfigBuilder configBuilder) : base(kongReader)
 {
     _arguments     = arguments;
     _configWriter  = configWriter;
     _configBuilder = configBuilder;
 }
 public ExportWorkflowScenarios()
 {
     Plugins   = Fixture.CreatePlugins(1);
     Arguments = Fixture.Create <ExportWorkflowArguments>();
     Use(Arguments);
 }