orta / pragmatic-testing

Pragmatic testing ebook
541 stars 39 forks source link

Cover Common Cocoa Practices #1

Open orta opened 9 years ago

orta commented 9 years ago

https://twitter.com/tonyarnold/status/551007590683930624

DivineDominion commented 8 years ago

I'd love to help collect some of these here. What do you have in mind? Cocoa's heavy use of delegates, for example, or more concrete """patterns""" like view controller setup?

orta commented 8 years ago

I was going to go through the getting started guide and effectively give an example for how you can verify all of the major steps via testing.

Initially showing the exacts - E.g. UITextField delegate, sending actions, outlets, then trying to move on to talking about how these can be individually tested.

orta commented 8 years ago

I think both are pretty useful use cases, a generic "how to think about testing protocols" may now be it's own chapter, given swift's fondess for them

EvgenyKarkan commented 6 years ago

Don't want to raise standalone issue... Any plans to outline RxSwift unit testing approach?

orta commented 6 years ago

No, we moved to react native