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