Esempio n. 1
0
 public void SourceOfComposableFunctionIsNotCallable()
 {
     Assert.Throws <InvalidOperationException>(() => ApiData.Source <object>("Namespace", "Function"));
 }
Esempio n. 2
0
 public void SourceOfEntityContainerElementIsNotCallable()
 {
     Assert.Throws <InvalidOperationException>(() => ApiData.Source <object>("EntitySet"));
 }