Exemplo n.º 1
0
        public static void Teardown()
        {
            _fileSystemState.Dispose();
            _fileSystemState = null;

            SetupAssembly.AssemblyTeardown();
        }
 public void Teardown()
 {
     SetupAssembly.AssemblyTeardown();
 }
Exemplo n.º 3
0
 public void Teardown()
 {
     TypeMap.Register.Clear();
     SetupAssembly.AssemblyTeardown();
 }