Exemplo n.º 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>();
        }
Exemplo n.º 2
0
 public void SetUp()
 {
     theSubject = new Site();
     theTarget = new SimpleValues<Site>(theSubject);
     theUrls = new StubUrlRegistry();
 }