Valentin Knabel

2pods

Taps

Taps is a lightweight Unit Test library optimized for asynchronous code. * As the generated output is TAP13 compatible, you can easily customize it yourself. * Taps has been implemented using RxSwift and therefore you can easily test your own Observables with ease. * You can either use Taps integrated TapsHarness or you can use the pod TestHarness to customize the output.

License: MIT

  • Swift

TestHarness

TestHarness implements a data structure to represent TAP13 output and serves a simple printer for it.

License: MIT

  • Swift