withVisitedSchema

abstract fun withVisitedSchema(schema: Schema<*>, name: String): TestGenerationContext?

Returns a new context with the schema visited, or null if it should be skipped.

Return

new context with updated traversal state, or null if schema should be skipped

Parameters

schema

the schema being visited

name

the name to append to the schema path