Esempio n. 1
0
        public void SetUp()
        {
            theFileSystem = MockRepository.GenerateMock<IFileSystem>();
            theInput = new AssembliesInput{
                Directory = "directory1",
                FileNameFlag = null
            };

            thePackageManifest = new PackageManifest(){
                Name = "the package"
            };
            theApplicationManifest = new PackageManifest(){
                Name = "the application"
            };
        }
Esempio n. 2
0
        public void SetUp()
        {
            theFileSystem = MockRepository.GenerateMock <IFileSystem>();
            theInput      = new AssembliesInput {
                Directory    = "directory1",
                FileNameFlag = null
            };

            thePackageManifest = new PackageManifest()
            {
                Name = "the package"
            };
            theApplicationManifest = new PackageManifest()
            {
                Name = "the application"
            };
        }