|
1 | 1 | A Pragmatic Approach to iOS Testing
|
2 | 2 | ===============
|
3 | 3 |
|
4 |
| -An ebook about pragmatic testing strategies. Click below to get the latest epub. |
| 4 | +An ebook about pragmatic testing strategies. Click below to get the latest ePub. |
5 | 5 |
|
6 |
| -[  ](https://github.com/orta/pragmatic-testing/blob/master/pragmatic_testing.epub?raw=true "Download epub") |
| 6 | +[  ](https://github.com/orta/pragmatic-testing/blob/master/pragmatic_testing.epub?raw=true "Download ePub") |
7 | 7 |
|
8 | 8 | Or check [it on GitBook](https://www.gitbook.com/book/orta/pragmatic-ios-testing/details).
|
9 | 9 |
|
10 | 10 | Wanna contribute? [read this](CONTRIBUTING.md).
|
11 | 11 |
|
12 | 12 | ##### Existing Pages
|
13 | 13 |
|
14 |
| -| Topics | Last Updated | Length | |
| 14 | +| Topic | Last Updated | Length | |
15 | 15 | | -------|----|-----|
|
16 | 16 | |[What Is/What And Why Of The Book](chapters/en-UK/what_is/what_and_why_of_the_book.md)|2016-03-31|Words: 518|
|
17 | 17 | |[What Is/How Can I Be Pragmatic With My Testing](chapters/en-UK/what_is/how_can_i_be_pragmatic_with_my_testing.md)|2016-03-31|Words: 370|
|
18 |
| -|[XCTest/Useful Terminology](chapters/en-UK/xctest/useful_terminology.md)|2016-03-31|Words: 105| |
19 |
| -|[XCTest/What Is XCTest How Does It Work](chapters/en-UK/xctest/what_is_xctest_how_does_it_work.md)|2016-03-31|Words: 558| |
| 18 | +|[XCTest/What Is XCTest How Does It Work](chapters/en-UK/xctest/what_is_xctest_how_does_it_work.md)|2016-03-31|Words: 573| |
20 | 19 | |[XCTest/Types Of Testing](chapters/en-UK/xctest/types_of_testing.md)|2016-03-31|Words: 216|
|
21 | 20 | |[XCTest/Unit Testing](chapters/en-UK/xctest/unit_testing.md)|2016-03-31|Words: 336|
|
22 | 21 | |[XCTest/Behavior Testing](chapters/en-UK/xctest/behavior_testing.md)|2016-03-31|Words: 1228|
|
23 | 22 | |[XCTest/Three Types Of Unit Tests](chapters/en-UK/xctest/Three_Types_of_Unit_Tests.md)|2016-03-31|Words: 314|
|
24 | 23 | |[XCTest/Test Driven Development](chapters/en-UK/xctest/test_driven_development.md)|2016-03-31|Words: 233|
|
25 | 24 | |[XCTest/Integration Testing](chapters/en-UK/xctest/integration_testing.md)|2016-03-31|Words: 536|
|
26 |
| -|[XCTest/Testing Terminology](chapters/en-UK/xctest/testing_terminology.md)|2016-03-31|Words: 197| |
27 | 25 | |[Foundations/Dependency Injection](chapters/en-UK/foundations/dependency_injection.md)|2016-03-31|Words: 806|
|
28 |
| -|[Foundations/Stubs And Mocks](chapters/en-UK/foundations/stubs_and_mocks.md)|2016-03-31|Words: 200| |
29 |
| -|[Foundations/Fakes Plus Protocols ](chapters/en-UK/foundations/fakes__plus_protocols_.md)|2016-03-31|Words: 151| |
| 26 | +|[Foundations/Stubs Mocks And Fakes](chapters/en-UK/foundations/stubs_mocks_and_fakes.md)||Words: 475| |
30 | 27 | |[OSS Libs/Expanding On Bdd Frameworks](chapters/en-UK/oss_libs/expanding_on_bdd_frameworks.md)|2016-03-31|Words: 3|
|
31 | 28 | |[OSS Libs/Mocking And Stubbing Ocmock And Ocmockito ](chapters/en-UK/oss_libs/mocking_and_stubbing__ocmock_and_ocmockito_.md)|2016-03-31|Words: 0|
|
32 | 29 | |[OSS Libs/Network Stubbing Ohttp And Vcrurlconnection](chapters/en-UK/oss_libs/network_stubbing__ohttp_and_vcrurlconnection.md)|2016-03-31|Words: 0|
|
@@ -59,9 +56,10 @@ Wanna contribute? [read this](CONTRIBUTING.md).
|
59 | 56 | |[Wrap Up/Twitter Follows](chapters/en-UK/wrap_up/twitter_follows.md)|2016-03-31|Words: 0|
|
60 | 57 | |[Wrap Up/Recommended Websites](chapters/en-UK/wrap_up/recommended_websites.md)|2016-03-31|Words: 51|
|
61 | 58 |
|
62 |
| -Over 200 words: 42.2% |
63 |
| -Over 300 words: 37.8% |
| 59 | + |
| 60 | +Over 200 words: 47.6% |
| 61 | +Over 300 words: 42.9% |
64 | 62 |
|
65 | 63 | ##### Generating the ebook
|
66 | 64 |
|
67 |
| -The latest epub copy can be generated by running `ruby generate.rb` |
| 65 | +The latest ePub copy can be generated by running `ruby generate.rb` |
0 commit comments