Verification Helpers
Functions
Link copied to clipboard
fun List<<Error class: unknown class>>.allInvocations(stubRepo: StubRepository): <Error class: unknown class>
Content copied to clipboard
Link copied to clipboard
fun formatCalls(calls: List<<Error class: unknown class>>, verifiedCalls: List<<Error class: unknown class>> = listOf()): String
Content copied to clipboard
Link copied to clipboard
fun reportCalls( matchers: List<<Error class: unknown class>>, allCalls: List<<Error class: unknown class>>, lcs: LCSMatchingAlgo = LCSMatchingAlgo(allCalls, matchers).apply { lcs() }): String
Content copied to clipboard
Link copied to clipboard
fun stackTrace(prefix: Int, stackTrace: List<<Error class: unknown class>>): String
Content copied to clipboard
Link copied to clipboard