public void SetUp() { _ctx = new TestUtil.TestContext(); }
public void SetUp() { _ctx = new TestUtil.TestContext(); _franchisor = new Franchisor(_ctx.Listen360, TestUtil.GetElementForXml(Properties.Resources.FakeFranchisor1)); }
public void SetUp() { _ctx = new TestUtil.TestContext(); _attrDef = new CustomAttributeDefinition(_ctx.Listen360, TestUtil.GetElementForXml(Properties.Resources.FakeCustomAttributeDefinition1)); }
public void SetUp() { _ctx = new TestUtil.TestContext(); _organization = new BookClub(_ctx.Listen360, TestUtil.GetXmlDocument("<book-club><id type=\"integer\">1</id></book-club>")); }