Skip to content

Illustrates migration from XCTestExpectation to RxTest in a small project using RxSwift and MVVM

Notifications You must be signed in to change notification settings

gobetti/CocoaHeads-RxTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RxTest vs. XCTestExpectation

CocoaHeads Florianópolis

In order to compare RxTest to XCTestExpectation, an extremely simple game was built using RxSwift and each commit tells a story of its evolution.

The game has the following requirements:

  1. Every tap should increment 1 in the score
  2. The first tap also starts the timer, which should countdown until its end
  3. The score can only be incremented while the timer is running

About

Illustrates migration from XCTestExpectation to RxTest in a small project using RxSwift and MVVM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published