I'm trying to use @ignorenopactstoverify for provider tests using junit.
If there's no PACT for the provider recorded in the broker, I realise that the context will be null but even if I try to handle the exception I can't get the test to pass.
Are there any examples for the use of @ignorenopactstoverify ?