import * as mod from "https://dotland.deno.dev/x/oak@v17.1.2/testing.ts"; A collection of utility APIs which can make testing of an oak application easier. VariablesvmockContextStateAllows external parties to modify the context state. FunctionsfcreateMockAppCreates a mock of Application. fcreateMockContextCreate a mock of Context or RouterContext. fcreateMockNextCreates a mock next() function which can be used when calling middleware. InterfacesIMockContextOptionsOptions that can be set in a mock context.