index
:
google-toolbox-for-mac
master
utility library for Apple development
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
UnitTesting
Commit message (
Expand
)
Author
Age
*
Turn off the compiler warnings when building in another spot.
Thomas Van Lenten
2018-12-03
*
Turn off the compiler warnings when building the sources.
Thomas Van Lenten
2018-12-03
*
Remove unused GTMUnitTestDevLog. (#203)
dmaclach
2018-11-13
*
Fix up deprecations so that they use proper version numbering x_y vs x.y (#195)
dmaclach
2018-11-13
*
Deprecate runloop spinning functionality for tests. (#191)
dmaclach
2018-11-12
*
Deprecate all uses of SenTesting (#186)
dmaclach
2018-11-12
*
Let Xcode 9 update the settings on the projects.
Thomas Van Lenten
2017-10-06
*
Make unittesting headers work with -Wreserved-id-macro
Thomas Van Lenten
2017-10-06
*
Cast NSInteger to long for formatting as %ld
Mark Mentovai
2017-07-24
*
10.13 SDK (and iOS 11 equivalent) compatibility for GTM
Mark Mentovai
2017-07-10
*
Provides a testing entitlements files.
Thomas Van Lenten
2017-06-16
*
Remove trailing whitespaces
Sergio Campama
2017-03-29
*
Change file type from UTF16 to ASCII
Sergio Campama
2017-03-13
*
First pass removing all deprecated uses of GTM_IPHONE_USE_SENTEST.
Thomas Van Lenten
2016-12-05
*
First cut at pruning things/updating things.
dmaclach
2016-10-07
*
Updates GTMSenTestCase to not return nil from a non-null annotated method.
Thomas Van Lenten
2016-09-16
*
Remove the direct dependency on SenTestFailureException.
Thomas Van Lenten
2016-08-05
*
Start updating the unittesting support
Thomas Van Lenten
2016-04-29
*
Fix GTMGeometry builds on 64 bit OS X where CG and NS struct sizes may differ.
Thomas Van Lenten
2016-04-07
*
add some casts to objc_msgSend
Thomas Van Lenten
2016-02-23
*
Make gtm_runUntilDate:context: run on the runloop it is called on, not the cu...
Thomas Van Lenten
2015-11-03
*
Minor fixes
Thomas Van Lenten
2015-10-20
*
Update iossim for Xcode 7 support
Thomas Van Lenten
2015-10-20
*
Let Xcode rewrite the strings files
Thomas Van Lenten
2015-09-08
*
Relay the real argc/argv to testing::InitGoogleTest
Thomas Van Lenten
2015-09-08
*
support invoking the script via symlinks
Thomas Van Lenten
2015-09-08
*
Minor update for Xcode 6 unittesting wrapper
Thomas Van Lenten
2015-09-08
*
Updated iossim binary with improved crash detection for Xcode 6.1.
thomasvl
2014-11-17
*
Change output when simulator fails to open to be a note.
thomasvl
2014-11-17
*
Rebuild of iossim to get things working with Xcode 6.1.
thomasvl
2014-11-06
*
Updated iossim build that handles iOS 8+ (rather then just 8.0)
thomasvl
2014-10-29
*
Fix up GTMGoogleTestRunner for Xcode 6.1.
thomasvl
2014-10-29
*
After switching to Xcode 6, the Simulator sometimes fails to open causing the
thomasvl
2014-10-29
*
Use 'iOS Simulator' for Xcode6 and 'iPhone Simulator' for earlier versions to...
gtm.daemon
2014-10-08
*
Update XCTAssertNotEqualStrings and XCTAssertEqualStrings to use %zd.
gtm.daemon
2014-09-29
*
Use our constant instead of the system header one to avoid a deprecated warning.
gtm.daemon
2014-09-22
*
Quote DEVELOPER_BIN_DIR in case it has spaces.
gtm.daemon
2014-09-22
*
Updated iossim from chromium (d7875158bb93ef51cc3bfc59e23ca35ed50c5042).
gtm.daemon
2014-08-27
*
General fixes for GTM.
gtm.daemon
2014-08-01
*
Typo in XCTAssertEqualCStrings
gtm.daemon
2014-07-30
*
Add a comment pointing to Xcode 6's XCTestExpectation for testing asynchronou...
gtm.daemon
2014-07-25
*
Fix up GTMSenTestCase so that it pulls in SenTestingKit on Xcode < 5.
gtm.daemon
2014-06-16
*
Fix up the gate on GTMSenTestCase and iOS 8 so that it is safer in case a new...
gtm.daemon
2014-06-06
*
Fix up the XCTest support in GTM
gtm.daemon
2014-06-04
*
Fixes 64-bit compile time warnings - googlemac/opensource/google-toolbox-for-...
gtm.daemon
2014-06-04
*
Cast NSComparisonResult to long before printing for 64-bit compatibility.
gtm.daemon
2014-06-04
*
Fix up broken GTMSenTestCase.h. Not sure what happened with the merge there.
gtm.daemon
2014-06-02
*
Add support for XCTest (as opposed to OCUnit) to GTM. Define GTM_USING_XCTEST...
gtm.daemon
2014-06-02
*
Add a different method for the notification vs. the delegate, but channel
gtm.daemon
2014-03-26
*
Reverting, change wasn't correct in all cases.
gtm.daemon
2014-03-26
[next]