Download iPhone Testing Example Free Java Code
Description
An example that illustrates unit testing and mock testing from within an iPhone app.
Source Files
The download file iPhone-Testing-Example-master.zip has the following entries.
.gitignore// w w w . j ava2 s.c o m
.gitmodules
Car Lot Tests/Car Lot Tests-Info.plist
Car Lot Tests/Car Lot Tests-Prefix.pch
Car Lot Tests/CarLotTests.h
Car Lot Tests/CarLotTests.m
Car Lot Tests/Classes/CarLotTests.h
Car Lot Tests/Classes/CarLotTests.m
Car Lot Tests/Classes/DefaultSecurityControllerTests.m
Car Lot Tests/en.lproj/InfoPlist.strings
Car Lot.xcodeproj/project.pbxproj
Car Lot.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Car Lot.xcodeproj/project.xcworkspace/xcuserdata/dcarrillo.xcuserdatad/UserInterfaceState.xcuserstate
Car Lot.xcodeproj/project.xcworkspace/xcuserdata/dcarrillo.xcuserdatad/WorkspaceSettings.xcsettings
Car Lot.xcodeproj/xcuserdata/dcarrillo.xcuserdatad/xcschemes/Car Lot Tests.xcscheme
Car Lot.xcodeproj/xcuserdata/dcarrillo.xcuserdatad/xcschemes/Car Lot.xcscheme
Car Lot.xcodeproj/xcuserdata/dcarrillo.xcuserdatad/xcschemes/xcschememanagement.plist
Car Lot/Car Lot-Info.plist
Car Lot/Car Lot-Prefix.pch
Car Lot/Classes/AppDelegate.h
Car Lot/Classes/AppDelegate.m
Car Lot/Classes/Car.h
Car Lot/Classes/Car.m
Car Lot/Classes/CarViewController.h
Car Lot/Classes/CarViewController.m
Car Lot/Classes/CarsViewController.h
Car Lot/Classes/CarsViewController.m
Car Lot/Classes/DefaultSecurityController.h
Car Lot/Classes/DefaultSecurityController.m
Car Lot/Classes/LoginViewController.h
Car Lot/Classes/LoginViewController.m
Car Lot/Classes/SecurityProxy.h
Car Lot/Classes/SecurityProxy.m
Car Lot/Classes/User.h
Car Lot/Classes/User.m
Car Lot/en.lproj/CarView.xib
Car Lot/en.lproj/CarsView.xib
Car Lot/en.lproj/InfoPlist.strings
Car Lot/en.lproj/LoginView.xib
Car Lot/en.lproj/MainWindow.xib
Car Lot/main.m
LICENSE.markdown
README.markdown
Tools/jenkins-config.xml
Download
Click the following link to download iPhone-Testing-Example-master.zip.
iPhone-Testing-Example-master.zipHome »
Objective C Free Code »
Development »
Objective C Free Code »
Development »