Classes
The following classes are available globally.
-
Declaration
Swift
public final class RxTaps: OfferingRxTaps
-
This is the entry point for all of your tests. Declare a function that takes
Tapeand write your tests! In order to see how to test in detail seeTest.func describeYourTestSubject(taps: Taps) { taps.test("test property") { (t: Test) // Test property in here... t.end() } // more tests here... } // Starting tests Tape.runMain(tests: [ describeYourTestSubject ])If you want to test
See moreObservables, useRxTaps.Declaration
Swift
public final class Taps: OfferingTaps
-
Declaration
Swift
public final class Test: OfferingTests
View on GitHub
Install in Dash
Classes Reference