react-native/Examples/UIExplorer/UIExplorerUnitTests
Tadeu Zagallo 2d61dfd9c1 Replace private bridge categories with private header
Summary:
public

A lot of the core modules have to use private methods in the bridge, specially
since the `RCTBatchedBridge` interface is never exposed. That was leading to a
lot of different private bridge categories spread across different modules,
which makes harder to identify which modules are affected by private API changes.

Replace all the categories with a single private header.

Reviewed By: nicklockwood

Differential Revision: D2757564

fb-gh-sync-id: 793158b9082d542b74a6094ed0db4d5dc3a88f78
2015-12-15 05:40: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 Convert remaining uses of alloc] init] to new] 2015-11-02 08:03:17 -08:00
RCTAllocationTests.m Replace private bridge categories with private header 2015-12-15 05:40:27 -08:00
RCTBridgeTests.m Replace private bridge categories with private header 2015-12-15 05:40:27 -08:00
RCTContextExecutorTests.m Decouple Module System from Native Calls 2015-12-08 16:03:37 -08:00
RCTConvert_NSURLTests.m Use mainBundle in RCTConvert to resolve asset paths 2015-11-05 09:30:36 -08:00
RCTConvert_UIFontTests.m Implemented lazy parsing of method signatures to improve TTI 2015-08-11 08:49:13 -08:00
RCTEventDispatcherTests.m Refactored module access to allow for lazy loading 2015-11-25 04:49:45 -08:00
RCTGzipTests.m Refactored module access to allow for lazy loading 2015-11-25 04:49:45 -08:00
RCTImageLoaderHelpers.h Added RCTDataRequestHandler 2015-10-19 09:07:06 -07:00
RCTImageLoaderHelpers.m Added RCTDataRequestHandler 2015-10-19 09:07:06 -07:00
RCTImageLoaderTests.m Added RCTDataRequestHandler 2015-10-19 09:07:06 -07:00
RCTImageUtilTests.m Fixed image clipping / resizing logic 2015-08-13 08:13:55 -08:00
RCTJSONTests.m Replaced RCTSparseArray with NSDictionary 2015-11-14 10:28:28 -08:00
RCTMethodArgumentTests.m Replaced RegExp method parser with recursive descent 2015-12-10 10:12:29 -08:00
RCTModuleMethodTests.m Replaced RegExp method parser with recursive descent 2015-12-10 10:12:29 -08:00
RCTShadowViewTests.m Return viewsWithNewFrame instead of passing it around 2015-11-17 06:37:31 -08:00
RCTUIManagerTests.m Replaced RCTSparseArray with NSDictionary 2015-11-14 10:28:28 -08:00
libOCMock.a [ReactNative] Move unit tests to UIExplorer 2015-06-06 13:38:34 -08:00