Forum member

liudas

1 post

Posts by liudas

  1. DomainUnload is not fired/class finalizers not executed on test runner host exit

    Hi, I need to execute clean up code to free external resources after all test are executed. NCrunch handles AssemblyInitialize/AssemblyCleanup differently from mstest runner. As advised in Test Runner Re-use documentation part I introduced bool flag to avoid multiple long running Initialization cal…