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

CleanUp() public method

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