Amido.Testing.Tests.TestHarness.CleanUp C# (CSharp) Méthode

CleanUp() public méthode

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