public void InitBase() { if (!PropertyService.Initialized) { PropertyService.InitializeService(String.Empty, String.Empty, String.Empty); } context = new MockRunTestCommandContext(); runTestCommand = new DerivedRunTestCommand(context); }
void CreateRunTestCommand() { runTestCommandContext = new MockRunTestCommandContext(); runTestCommand = new DerivedRunTestCommand(runTestCommandContext); }
public void Init() { MockRunTestCommandContext context = new MockRunTestCommandContext(); runTestCommand = new DerivedRunTestCommand(context); }