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");
        }