Please turn on JavaScript in your browser and refresh the page to view its content.
Framework
On This Page
@discardableResult func called(times: Int, after assertion: Assertion? = nil, file: StaticString = #file, line: UInt = #line) -> Assertion
A new Assertion.
Assertion
times
The expected number of calls.
assertion
Previous assertion. nil by default.
file
File where called is called.
called
line
Line where calledis called.