@inrupt/solid-client / thing/mock

Module: thing/mock#

Functions#

mockThingFrom#

mockThingFrom(url): ThingPersisted

Function for use in unit tests to mock a [[Thing]] with a given URL.

Warning: do not use this function in actual production code. This function initialises a new empty Thing and sets its URL to a given URL. This is useful to mock a Thing in tests of code that call e.g. [[asUrl]].

Parameters#

Name

Type

Description

url

string | Url

The URL that the mocked Thing pretends identifies it.

Returns#

ThingPersisted

A new Thing, pretending to be identified by the given URL.

Since

0.2.0

Defined in#

src/thing/mock.ts:37