예제 #1
0
 public void SetUp()
 {
     _ctx = new TestUtil.TestContext();
 }
예제 #2
0
 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));
 }
예제 #4
0
 public void SetUp()
 {
     _ctx          = new TestUtil.TestContext();
     _organization = new BookClub(_ctx.Listen360, TestUtil.GetXmlDocument("<book-club><id type=\"integer\">1</id></book-club>"));
 }