public void ResultsOfComposableFunctionIsNotCallable() { Assert.Throws <InvalidOperationException>(() => ApiData.Results <object>("Namespace", "Function")); }
public void ResultsOfEntityContainerElementIsNotCallable() { Assert.Throws <InvalidOperationException>(() => ApiData.Results <object>("EntitySet")); }