aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting
Commit message (Expand)AuthorAge
* Updates GTMSenTestCase to not return nil from a non-null annotated method.Gravatar Thomas Van Lenten2016-09-16
* Remove the direct dependency on SenTestFailureException.Gravatar Thomas Van Lenten2016-08-05
* Start updating the unittesting supportGravatar Thomas Van Lenten2016-04-29
* Fix GTMGeometry builds on 64 bit OS X where CG and NS struct sizes may differ.Gravatar Thomas Van Lenten2016-04-07
* add some casts to objc_msgSendGravatar Thomas Van Lenten2016-02-23
* Make gtm_runUntilDate:context: run on the runloop it is called on, not the cu...Gravatar Thomas Van Lenten2015-11-03
* Minor fixesGravatar Thomas Van Lenten2015-10-20
* Update iossim for Xcode 7 supportGravatar Thomas Van Lenten2015-10-20
* Let Xcode rewrite the strings filesGravatar Thomas Van Lenten2015-09-08
* Relay the real argc/argv to testing::InitGoogleTestGravatar Thomas Van Lenten2015-09-08
* support invoking the script via symlinksGravatar Thomas Van Lenten2015-09-08
* Minor update for Xcode 6 unittesting wrapperGravatar Thomas Van Lenten2015-09-08
* Updated iossim binary with improved crash detection for Xcode 6.1.Gravatar thomasvl2014-11-17
* Change output when simulator fails to open to be a note.Gravatar thomasvl2014-11-17
* Rebuild of iossim to get things working with Xcode 6.1.Gravatar thomasvl2014-11-06
* Updated iossim build that handles iOS 8+ (rather then just 8.0)Gravatar thomasvl2014-10-29
* Fix up GTMGoogleTestRunner for Xcode 6.1.Gravatar thomasvl2014-10-29
* After switching to Xcode 6, the Simulator sometimes fails to open causing theGravatar thomasvl2014-10-29
* Use 'iOS Simulator' for Xcode6 and 'iPhone Simulator' for earlier versions to...Gravatar gtm.daemon2014-10-08
* Update XCTAssertNotEqualStrings and XCTAssertEqualStrings to use %zd.Gravatar gtm.daemon2014-09-29
* Use our constant instead of the system header one to avoid a deprecated warning.Gravatar gtm.daemon2014-09-22
* Quote DEVELOPER_BIN_DIR in case it has spaces.Gravatar gtm.daemon2014-09-22
* Updated iossim from chromium (d7875158bb93ef51cc3bfc59e23ca35ed50c5042).Gravatar gtm.daemon2014-08-27
* General fixes for GTM.Gravatar gtm.daemon2014-08-01
* Typo in XCTAssertEqualCStringsGravatar gtm.daemon2014-07-30
* Add a comment pointing to Xcode 6's XCTestExpectation for testing asynchronou...Gravatar gtm.daemon2014-07-25
* Fix up GTMSenTestCase so that it pulls in SenTestingKit on Xcode < 5.Gravatar gtm.daemon2014-06-16
* Fix up the gate on GTMSenTestCase and iOS 8 so that it is safer in case a new...Gravatar gtm.daemon2014-06-06
* Fix up the XCTest support in GTMGravatar gtm.daemon2014-06-04
* Fixes 64-bit compile time warnings - googlemac/opensource/google-toolbox-for-...Gravatar gtm.daemon2014-06-04
* Cast NSComparisonResult to long before printing for 64-bit compatibility.Gravatar gtm.daemon2014-06-04
* Fix up broken GTMSenTestCase.h. Not sure what happened with the merge there.Gravatar gtm.daemon2014-06-02
* Add support for XCTest (as opposed to OCUnit) to GTM. Define GTM_USING_XCTEST...Gravatar gtm.daemon2014-06-02
* Add a different method for the notification vs. the delegate, but channelGravatar gtm.daemon2014-03-26
* Reverting, change wasn't correct in all cases.Gravatar gtm.daemon2014-03-26
* Pass correct UIApplication object to method runTestsAndExit:Gravatar gtm.daemon2014-03-26
* New iossim to work with xcode 5.1 (and 5.0). It will *not* work for Xcode 4.x.Gravatar gtm.daemon2014-03-13
* Updating GTM test files to build for x86_64Gravatar gtm.daemon2014-03-10
* More support for allowing GTM to compile with -Wundef.Gravatar gtm.daemon2014-02-24
* Fix up some cases of GTM not compiling with -Wundef on.Gravatar gtm.daemon2014-02-21
* Fix build of Mac GTM project with static analyzer. Remove GTMGarbageCollectio...Gravatar gtm.daemon2013-12-19
* Enable code coverage for GTM test suite in iOS 7.Gravatar gtm.daemon2013-11-26
* - Add gcov flushes that will happen within the test bundles to also captureGravatar gtm.daemon2013-11-26
* Get rid of extra semicolons in my previous change.Gravatar gtm.daemon2013-11-13
* Add GoogleTestRunner to GTM.Gravatar gtm.daemon2013-11-12
* Put expected-actual-diff image paths each alone on a line, so it’s easier t...Gravatar gtm.daemon2013-10-22
* Extend the default timeout for killing apps and allow it to be controlled viaGravatar gtm.daemon2013-09-27
* Updated iossim binary to pick up the change inGravatar gtm.daemon2013-09-24
* Fix unset variables issue for user dir and env variables.Gravatar gtm.daemon2013-08-30
* Revert (script chokes if variables aren't set):Gravatar gtm.daemon2013-08-30