コード例 #1
0
        public void OneTimeSetUpPatching()
        {
            var buildFolder = new NPath(GetType().Assembly.Location).Parent;

            buildFolder.CopyFiles(BaseDir, true, f => f.ExtensionWithDot == ".dll");

            MockInjector = new MockInjector(BaseDir);
        }