Type Statement

Expect Type is a Hydra-specific expectation step similar to Expect Property which generates checks that a resource has a given RDF type.

Usage

With Operation <http://example.com/CreateProject> {
    Invoke {
        Expect Type <http://example.com/ProjectDraft>
    }
}
Last Updated: 7/28/2019, 4:42:22 PM