react-native/Examples/UIExplorer/UIExplorerUnitTests
Nick Lockwood 95b9dd3a88 Added support for method argument nullability
Summary:
This diff adds support for enforcing nullability in the arguments for exported methods.

We previously supported use of the nullable/nonnull attributes on method arguments, but didn't do anything to ensure that they were respected.

Now, if an argument is marked as nonnull, and a null value is sent for that argument, it will display a redbox.

In future, nonnull will be assumed by default, but for now we assume that un-annotated arguments can be null (to avoid breaking existing code).
2015-07-29 05:50:27 -08:00
..
OCMock [ReactNative] Move unit tests to UIExplorer 2015-06-06 13:38:34 -08:00
Info.plist Increased warning levels to -Wall -Wextra, and fixed Xcode 7 beta issues 2015-06-15 07:52:50 -08:00
LayoutSubviewsOrderingTest.m [ReactNative] Move unit tests to UIExplorer 2015-06-06 13:38:34 -08:00
RCTAllocationTests.m Improve the performance of React Native tests 2015-07-16 08:41:06 -08:00
RCTBridgeTests.m [ReactNative] Remove unused executor context id 2015-07-14 16:40:21 -08:00
RCTCacheTests.m Added LRU cache to fix out of memory issues with color caching 2015-07-13 08:50:00 -08:00
RCTClipRectTests.m Fixed rotation and scaling issues when loading ALAssets using RCTImageLoader 2015-07-21 05:32:49 -08:00
RCTContextExecutorTests.m Improve the performance of React Native tests 2015-07-16 08:41:06 -08:00
RCTConvert_NSURLTests.m Added support for URLs pointing to files inside application home 2015-07-13 10:34:48 -08:00
RCTConvert_UIFontTests.m Added LRU cache to fix out of memory issues with color caching 2015-07-13 08:50:00 -08:00
RCTEventDispatcherTests.m Added LRU cache to fix out of memory issues with color caching 2015-07-13 08:50:00 -08:00
RCTGzipTests.m Added unit tests for gzip functionality 2015-07-17 04:55:27 -08:00
RCTJSONTests.m Added JSONKit support 2015-07-20 09:52:31 -08:00
RCTMethodArgumentTests.m Added support for method argument nullability 2015-07-29 05:50:27 -08:00
RCTModuleMethodTests.m Added support for method argument nullability 2015-07-29 05:50:27 -08:00
RCTShadowViewTests.m Added LRU cache to fix out of memory issues with color caching 2015-07-13 08:50:00 -08:00
RCTSparseArrayTests.m Added LRU cache to fix out of memory issues with color caching 2015-07-13 08:50:00 -08:00
RCTUIManagerTests.m Reverted ca9d1b3bf5a6f46ec29babe8685634690ff9a2bc to unbreak groups 2015-07-17 04:03:01 -08:00
libOCMock.a [ReactNative] Move unit tests to UIExplorer 2015-06-06 13:38:34 -08:00