Exemplo 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();
        }
Exemplo n.º 3
0
        public void SetUp()
        {
            _domain = new BottleLoadingDomain();

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

            ResetBottleProjectCode();
        }