Package-level declarations
Types
Link copied to clipboard
interface ArtifactGenerator
Interface for generating test artifacts based on a TestSuite.
Link copied to clipboard
interface AuthValidationRule
Defines a contract for authentication-related validation rules that produce negative test cases.
Link copied to clipboard
interface RuleContainer
Container providing access to all schema validation rules.
Link copied to clipboard
interface RuleRegistry
Registry for obtaining validation rule instances in a deterministic order.
Link copied to clipboard
Result of applying a schema validation rule.
Link copied to clipboard
interface SchemaValidationRule
Base contract for schema validation rules that produce invalid example values.
Link copied to clipboard
data class SecuritySchemeToScope(val scheme: SecurityScheme, val name: String, val scopes: List<String>)
Represents the relationship between a security scheme and its associated scopes.
Link copied to clipboard
Marker for simple schema validation rules that operate on a single schema node.
Link copied to clipboard
Produces derived test cases for a specific OpenAPI element.