Esempio n. 1
0
        public void SetUp()
        {
            File.Delete(".".ToFullPath().ParentDirectory().ParentDirectory().ParentDirectory().AppendPath("BottleProject", PackageManifest.FILE));
            _domain = new BottleLoadingDomain();

            new FileSystem().CleanDirectory("content");

            ResetBottleProjectCode();
        }
        public void SetUp()
        {
            File.Delete(".".ToFullPath().ParentDirectory().ParentDirectory().ParentDirectory().AppendPath("BottleProject", PackageManifest.FILE));
            _domain = new BottleLoadingDomain();

            new FileSystem().CleanDirectory("content");

            ResetBottleProjectCode();
        }
Esempio n. 3
0
        public void SetUp()
        {
            _domain = new BottleLoadingDomain();

            new FileSystem().CleanDirectory("content");

            ResetBottleProjectCode();
        }