Structs

The following structs are available globally.

  • Represents the location of the callee, that requested a test.

    See more

    Declaration

    Swift

    public struct SourceLocation: AutoEquatable, AutoHashable
  • A TapsHarness handles all TapsOutput emitted by Taps. This Harness is optimizes for Taps, whereas TestHarness supports all TAP compatible output.

    sourcery: default-init

    See more

    Declaration

    Swift

    public struct TapsHarness
  • Test Count contains some statistics regarding already ran tests.

    See more

    Declaration

    Swift

    public struct TestCount: AutoEquatable
  • Test Points represent the result of one single assertion.

    See more

    Declaration

    Swift

    public struct TestPoint: AutoEquatable