mockServerTest

fun mockServerTest(skipDelays: Boolean = true, clientBuilder: ApolloClient.Builder.() -> Unit = {}, block: suspend MockServerTest.() -> Unit): ApolloTestResult

A convenience function that makes sure the MockServer and ApolloClient are properly closed at the end of the test