BITCQ

Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)

Size: 596.8 MB
Magnet link

Name Size
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/00. Introduction/00 01. Welcome.mov 9.1 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/00. Introduction/00 02. What you should know.mov 577 KB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/00. Introduction/00 03. Using the exercise files.mov 2.1 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/01. Unit Testing Concepts/01 01. What is unit testing.mov 1.1 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/01. Unit Testing Concepts/01 02. Understanding different types of testing.mov 1.1 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/01. Unit Testing Concepts/01 03. Why unit test.mov 2.4 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/01. Unit Testing Concepts/01 04. Understanding how to unit test.mov 1.5 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/01. Unit Testing Concepts/01 05. Working with unit testing frameworks for iOS.mov 2.4 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/01. Unit Testing Concepts/01 06. Understanding test-driven development.mov 2.3 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/01. Unit Testing Concepts/01 07. Understanding the use of unit tests in refactoring.mov 1.9 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/01. Unit Testing Concepts/01 08. A summary of unit testing concepts.mov 933 KB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/02. Getting Started with OCUnit Tests/02 01. What is OCUnit.mov 3 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/02. Getting Started with OCUnit Tests/02 02. Using OCUnit with Xcode 4 vs- Xcode 3.mov 2.3 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/02. Getting Started with OCUnit Tests/02 03. Including unit tests in a new project.mov 6.9 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/02. Getting Started with OCUnit Tests/02 04. Adding unit tests to an existing project.mov 6 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/02. Getting Started with OCUnit Tests/02 05. OCUnit application tests vs- logic tests.mov 16.8 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/02. Getting Started with OCUnit Tests/02 06. Writing a logic unit test.mov 29.7 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/02. Getting Started with OCUnit Tests/02 07. Understanding the rules for writing good unit tests.mov 15.2 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/02. Getting Started with OCUnit Tests/02 08. Writing an application unit test.mov 40.5 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/02. Getting Started with OCUnit Tests/02 09. Exploring Xcode dependencies and schemes.mov 11.6 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/03. Getting Started with GHUnit Tests 36m 38s/03 01. What is GHUnit.mov 2.1 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/03. Getting Started with GHUnit Tests 36m 38s/03 02. Adding GHUnit to a project.mov 21 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/03. Getting Started with GHUnit Tests 36m 38s/03 03. Writing GHUnit unit tests.mov 17.1 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/03. Getting Started with GHUnit Tests 36m 38s/03 04. Looking at asynchronous tests.mov 41 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/03. Getting Started with GHUnit Tests 36m 38s/03 05. Testing an API with GHUnit asynchronous tests.mov 33.9 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/03. Getting Started with GHUnit Tests 36m 38s/03 06. A summary of GHUnit.mov 759 KB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/04. Debugging Unit Tests/04 01. An overview of debugging.mov 4.9 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/04. Debugging Unit Tests/04 02. Debugging OCUnit tests.mov 10.6 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/04. Debugging Unit Tests/04 03. Providing debug info in STAsserts.mov 6.2 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/04. Debugging Unit Tests/04 04. Debugging GHUnit tests.mov 7.5 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/04. Debugging Unit Tests/04 05. Debugging product code using unit tests.mov 8.4 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/05. Using Mock Objects/05 01. What are mock objects.mov 6.6 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/05. Using Mock Objects/05 02. Installing OCMock.mov 6.9 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/05. Using Mock Objects/05 03. Creating OCMock stubs.mov 14.4 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/05. Using Mock Objects/05 04. Expecting and verifying calls to a mock.mov 16.9 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/05. Using Mock Objects/05 05. Exploring OCMock partial mocks.mov 12.9 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/05. Using Mock Objects/05 06. Reviewing unit test coverage for an existing class.mov 14 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/06. iOS-Specific Examples/06 01. Forming an iOS unit testing strategy.mov 4.2 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/06. iOS-Specific Examples/06 02. More on OCUnit application testing.mov 10.2 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/06. iOS-Specific Examples/06 03. Setting up a ViewController for testing.mov 10.9 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/06. iOS-Specific Examples/06 04. Testing ViewControllers.mov 23.4 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/06. iOS-Specific Examples/06 05. Testing notification generation.mov 12.6 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/06. iOS-Specific Examples/06 06. Testing notification handling.mov 17.4 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/06. iOS-Specific Examples/06 07. Testing notification registration.mov 13.3 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/06. iOS-Specific Examples/06 08. Testing singletons.mov 12.4 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/06. iOS-Specific Examples/06 09. Testing gesture recognizers.mov 21.9 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/06. iOS-Specific Examples/06 10. Analyzing code coverage with CoverStory.mov 16.5 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/07. Conclusion/07 01. Where to go from here.mov 1.9 MB
Lynda.com - Unit Testing iOS Applications with Xcode 4 (Apr. 2012)/Exercise Files/Ex_Files_UnitTest_iOSapp_xcode4.zip 69.5 MB
Name
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.open-internet.nl:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://exodus.desync.com:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2710/announce
udp://9.rarbg.me:2710/announce
http://tracker3.itzmx.com:6961/announce
http://tracker1.itzmx.com:8080/announce
udp://thetracker.org:80/announce
udp://open.demonii.si:1337/announce
udp://bt.xxx-tracker.com:2710/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.cyberia.is:6969/announce
udp://tracker.tiny-vps.com:6969/announce
udp://denis.stalker.upeer.me:6969/announce
http://open.acgnxtracker.com:80/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.zer0day.to:1337/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://mgtracker.org:6969/announce
udp://explodie.org:6969/announce

Loading...