Amido.Testing.Tests.TestHarness.StartUp C# (CSharp) Method

StartUp() public method

public StartUp ( ) : void
return void
        public override void StartUp()
        {
            TestTasks.Add(() => { })
                .Wait();
            //throw new Exception("oh dear, the start up failed");
        }