public void ResultOfComposableFunctionIsNotCallable() { Assert.Throws <InvalidOperationException>(() => ApiData.Result <object>("Namespace", "Function")); }
public void ResultOfEntityContainerElementIsNotCallable() { Assert.Throws <InvalidOperationException>(() => ApiData.Result <object>("Singleton")); }