aboutsummaryrefslogtreecommitdiff
path: root/UnitTesting
Commit message (Expand)AuthorAge
* Fix failure due to adding same method more than once (#245)Gravatar Sundeep2019-09-10
* Revert the #include path, not sure it is the best, but keep it the same.Gravatar Thomas Van Lenten2019-08-26
* Get rid of exceptions happening when a C++ test fails.Gravatar Dave MacLachlan2019-08-26
* Fix GTMGoogleTestRunner triggering "NULL cString" exception in NSString.Gravatar Konstantin Varlamov2019-08-14
* Add XCTAssertAssertsGravatar Dave MacLachlan2019-05-20
* Turn off the compiler warnings when building in another spot.Gravatar Thomas Van Lenten2018-12-03
* Turn off the compiler warnings when building the sources.Gravatar Thomas Van Lenten2018-12-03
* Remove unused GTMUnitTestDevLog. (#203)Gravatar dmaclach2018-11-13
* Fix up deprecations so that they use proper version numbering x_y vs x.y (#195)Gravatar dmaclach2018-11-13
* Deprecate runloop spinning functionality for tests. (#191)Gravatar dmaclach2018-11-12
* Deprecate all uses of SenTesting (#186)Gravatar dmaclach2018-11-12
* Let Xcode 9 update the settings on the projects.Gravatar Thomas Van Lenten2017-10-06
* Make unittesting headers work with -Wreserved-id-macroGravatar Thomas Van Lenten2017-10-06
* Cast NSInteger to long for formatting as %ldGravatar Mark Mentovai2017-07-24
* 10.13 SDK (and iOS 11 equivalent) compatibility for GTMGravatar Mark Mentovai2017-07-10
* Provides a testing entitlements files.Gravatar Thomas Van Lenten2017-06-16
* Remove trailing whitespacesGravatar Sergio Campama2017-03-29
* Change file type from UTF16 to ASCIIGravatar Sergio Campama2017-03-13
* First pass removing all deprecated uses of GTM_IPHONE_USE_SENTEST.Gravatar Thomas Van Lenten2016-12-05
* First cut at pruning things/updating things.Gravatar dmaclach2016-10-07
* 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