Failure

struct Failure

A failed test assertion and the test that produced it.

Properties

let test_name: String

The name of the test that failed.

let assertion: String

The assertion message.