-
Notifications
You must be signed in to change notification settings - Fork 24.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add unit test for method reflection on generated native modules (#36671)
Summary: Pull Request resolved: #36671 Changelog: [Internal] BaseJavaModuleTest tests the reflection of the native module methods wrapped by the JavaModuleWrapper abstraction, this abstraction is used by JNI in the C++ layer. however, though we already have logic that supports the reflection of our codegenned modules (turbomodules), we didn't have a test for it yet, so i'm adding it in this change. Reviewed By: javache, cortinico Differential Revision: D44450433 fbshipit-source-id: 44abcf188d4b0559c684a95b058bd55e082b5531
- Loading branch information
1 parent
a7f7f8a
commit e4a0a02
Showing
1 changed file
with
39 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters