# Variables

Failure indicates that the test run concluded in one ore more tests failing to complete successfully.
Partial indicates that the test run concluded in some of the required tests passing without any failures, but some were skipped.
Success indicates that the test run concluded in all required tests passing.

# Structs

ConformanceReport is a report of conformance testing results including the specific conformance profiles that were tested and the results of the tests with summaries and statistics.
ExtendedStatus shows the testing results for the extended support level.
Implementation provides metadata information on the downstream implementation of Gateway API which ran conformance tests.
ProfileReport is the generated report for the test results of a specific named conformance profile.
Statistics includes numerical summaries of the number of conformance tests that passed, failed or were intentionally skipped.
Status includes details on the results of a test.

# Type aliases

Result is a simple high-level summary describing the conclusion of a test run.