function

Run

func Run( t *testing.T, fixture Fixture, )

Run deterministic manifest, capability, compatibility, runtime, transport, and validator checks.

Source plugintest/suite.go:43

@param t
The t value.
@param fixture
The fixture value.

Call from an external-package _test.go file. That catches import cycles and accidental reliance on Ridu internals. Runtime checks use the strict in-memory store and application HTTP handler.

Related types

  • Fixture

    The application inputs needed for plugin conformance tests.