Beispiel #1
0
 public void TestInitialize()
 {
     this.context = new IQDSP.OracleService(new Uri(WcfTestUtil.ORAServiceRoot, UriKind.Absolute));
 }
Beispiel #2
0
 public static void ClassInitialize(TestContext testContext)
 {
     service = new IQDSP.OracleService(new Uri(WcfTestUtil.ORAServiceRoot));
 }