Beispiel #1
0
        public void SetUp()
        {
            theSubject = new Site(){Name = "my site", Id = Guid.NewGuid()};
            theUrls = new ValidStubUrlRegistry();
            theTarget = new SimpleValues<Site>(theSubject);

            theLinks = new LinksSource<Site>();
        }
Beispiel #2
0
 public void SetUp()
 {
     theSubject = new Site();
     theTarget = new SimpleValues<Site>(theSubject);
     theUrls = new StubUrlRegistry();
 }