import * as xml from "https://deno.land/x/xml@2.1.1/test_deps.ts";
Functions
Make an assertion, error will be thrown if | |
Make an assertion that | |
Executes a function, expecting it to throw. If it does not, then it throws. An error class and a string that should be included in the error message can also be asserted. Or you can pass a callback which will be passed the error, usually to apply some custom assertions on it. | |
Registers a benchmark as a candidate for the runBenchmarks executor. | |
Expand the glob string from the specified | |
Runs all registered and non-skipped benchmarks serially. |