TestCase

struct TestCase

A named test and the block that runs it.

Properties

let name: String

The name shown in failure reports.

let block: () -> ()

The test body.