Create() public method

public Create ( string name, string path ) : void
name string
path string
return void
Beispiel #1
0
        public void Setup()
        {
            var dir = Path.GetDirectoryName(typeof(Specification.SpecificationService.MergeTests.Tests).Assembly.CodeBase);

            dir = new Uri(dir).LocalPath;
            Directory.SetCurrentDirectory(dir);

            _testWebsite = new Website();
            _testWebsite.Create(typeof(Swank).Assembly.GetName().Name, Paths.TestHarness);
        }
Beispiel #2
0
 public void Setup()
 {
     _website = Website.Create(@"..\..\..\TestHarness");
     _website.Start();
 }
 public void Setup()
 {
     _testWebsite = new Website();
     _testWebsite.Create(typeof(Swank).Assembly.GetName().Name, Paths.TestHarness);
 }
 public void Setup()
 {
     _testWebsite = new Website();
     _testWebsite.Create(typeof(Swank).Assembly.GetName().Name, Paths.TestHarness);
 }