NativeCxxModuleExample test for testing C++ TM E2E - #52477
NativeCxxModuleExample test for testing C++ TM E2E#52477christophpurrer wants to merge 1 commit into
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D77848654 |
2487656 to
351ca4e
Compare
|
This pull request was exported from Phabricator. Differential Revision: D77848654 |
351ca4e to
fd8e68f
Compare
|
This pull request was exported from Phabricator. Differential Revision: D77848654 |
fd8e68f to
e78a93e
Compare
e78a93e to
602211f
Compare
|
This pull request was exported from Phabricator. Differential Revision: D77848654 |
602211f to
0cc9123
Compare
0cc9123 to
6d9d439
Compare
|
This pull request was exported from Phabricator. Differential Revision: D77848654 |
6d9d439 to
f1d638c
Compare
f1d638c to
a78fe09
Compare
|
This pull request was exported from Phabricator. Differential Revision: D77848654 |
a78fe09 to
a59c569
Compare
a59c569 to
2a0d163
Compare
0751ebd to
7f40a2d
Compare
|
This pull request was exported from Phabricator. Differential Revision: D77848654 |
7f40a2d to
3ff14a2
Compare
Summary: Changelog: [Internal] This adds a Fantom test for https://github.com/facebook/react-native/blob/main/packages/rn-tester/NativeCxxModuleExample/NativeCxxModuleExample.js to test a C++ Turbo Module End 2 End (loading the C++ implementation in native code, accessing in JavaScript via Hermes VM and verifying the results of the API calls) Reviewed By: rshest Differential Revision: D77848654
3ff14a2 to
52e2456
Compare
|
This pull request was exported from Phabricator. Differential Revision: D77848654 |
|
This pull request has been merged in b5329ec. |
|
This pull request was successfully merged by @christophpurrer in b5329ec When will my fix make it into a release? | How to file a pick request? |
Summary: Pull Request resolved: react#52653 Changelog: [Internal] This adds an example of Unit Testing a C++ Turbo Module with Google GTest and also adds necessary and useful utility classes for testings This is GTEST / C++ version of the same tests added in react#52477 Reviewed By: alanleedev Differential Revision: D78250302
Summary: Pull Request resolved: #52653 Changelog: [Internal] This adds an example of Unit Testing a C++ Turbo Module with Google GTest and also adds necessary and useful utility classes for testings This is GTEST / C++ version of the same tests added in #52477 Reviewed By: alanleedev Differential Revision: D78250302 fbshipit-source-id: 278655779dd17550be9c579d84cc1f7b6e45230d
Summary:
Changelog: [Internal]
This adds a Fantom test for
https://github.com/facebook/react-native/blob/main/packages/rn-tester/NativeCxxModuleExample/NativeCxxModuleExample.js
to test a C++ Turbo Module End 2 End (loading the C++ implementation in native code, accessing in JavaScript via Hermes VM and verifying the results of the API calls)
Differential Revision: D77848654