Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 994 Bytes

File metadata and controls

46 lines (29 loc) · 994 Bytes

Trait

Topics

Enabling and disabling tests

  • Trait/enabled(if:_:sourceLocation:)
  • Trait/enabled(_:sourceLocation:_:)
  • Trait/disabled(_:sourceLocation:)
  • Trait/disabled(if:_:sourceLocation:)
  • Trait/disabled(_:sourceLocation:_:)

Limiting the running time of tests

  • Trait/timeLimit(_:)

Running tests serially or in parallel

  • Trait/serialized

Categorizing tests

  • Trait/tags(_:)

Associating bugs

  • Trait/bug(_:_:)
  • Trait/bug(_:id:_:)-10yf5
  • Trait/bug(_:id:_:)-3vtpl

Adding information to tests

  • Trait/comments

Preparing internal state

  • Trait/prepare(for:)-3s3zo