import * as molt from "https://deno.land/x/molt@0.17.2/lib/std/assert.ts";
Classes
Error thrown when an assertion fails. |
Functions
Make an assertion, error will be thrown if | |
Make an assertion that | |
Make an assertion that | |
Make an assertion that actual is not null or undefined. If not then throw. | |
Make an assertion that | |
Make an assertion that | |
Make an assertion that | |
Executes a function which returns a promise, expecting it to reject. | |
Executes a function, expecting it to throw. If it does not, then it throws. |