passed

abstract fun passed(test: TestItem, duration: Int = definedExternally)(source)

Indicates a test has passed.

Parameters

test

Test item to update.

duration

How long the test took to execute, in milliseconds.

Online Documentation