Amido.Testing.Tests.TestHarness.CleanUp C# (CSharp) Метод

CleanUp() публичный Метод

public CleanUp ( ) : void
Результат void
        public override void CleanUp()
        {
            TestTasks.Add(() => { })
               .Wait();
            //throw new Exception("oh dear, the cleanup up failed");
        }