public void SetUp() { theSubject = new Site(){Name = "my site", Id = Guid.NewGuid()}; theUrls = new ValidStubUrlRegistry(); theTarget = new SimpleValues<Site>(theSubject); theLinks = new LinksSource<Site>(); }
public void SetUp() { theSubject = new Site(); theTarget = new SimpleValues<Site>(theSubject); theUrls = new StubUrlRegistry(); }