verifyStrategy
fun verifyStrategy(name: String, buildAssertions: Testing.Config.SubgraphAssertionsBuilder<String, String>.() -> 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.