# Packages
Deprecated: This package is intended for older projects transitioning from OPA v0.x and will remain for the lifetime of OPA v1.x, but its use is not recommended.
# Functions
NewAPIServerTestParams creates a new set of runtime.Params with enough default values filled in to start the server.
NewTestRuntime returns a new TestRuntime.
NewTestRuntimeWithOpts returns a new TestRuntime.
WithRuntime invokes f with a new TestRuntime after waiting for server readiness.
WrapRuntime creates a new TestRuntime by wrapping an existing runtime.
# Type aliases
TestRuntime holds metadata and provides helper methods to interact with the runtime being tested.
TestRuntimeOpts contains parameters for the test runtime.