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