verifyStrategy
fun <Input, Output> verifyStrategy(name: String, buildAssertions: Testing.Config.SubgraphAssertionsBuilder<Input, Output>.() -> Unit)(source)
Configures and adds a verification strategy using the provided name and assertions.
Parameters
name
The name of the strategy to be verified.
buildAssertions
A lambda defining the assertions to be built for the strategy.