-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use proper mockito/kotlin for RootViewTest and JSPointerDispatcherTest (
#48490) Summary: Pull Request resolved: #48490 ## Changelog: [Internal] - This makes the `RootViewTest` and `JSPointerDispatcher` tests to use mockito-kotlin instead of the Java Mockito, which is the legacy of the conversion of the corresponding tests from Java. Which: * is the right thing to do, as we have more Kotlin-idiomatic tests * helps with some Kotlin conversion with classes under test down the line, as Kotlin Mockito handles things like nullability etc properly Reviewed By: javache Differential Revision: D67824679 fbshipit-source-id: 055e9c7c4a33164ce6f4b9a5c47f16051d2a132f
- Loading branch information
1 parent
b867c01
commit e99b47c
Showing
2 changed files
with
46 additions
and
37 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
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