We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5615abe commit 37398e3Copy full SHA for 37398e3
src/docs/release/breaking-changes/android-setIsRunningInRobolectricTest-removed.md
@@ -1,7 +1,6 @@
1
---
2
title: FlutterMain.setIsRunningInRobolectricTest on Android removed
3
-description: The test-only FlutterMain.setIsRunningInRobolectricTest API on
4
-the Android engine is consolidated into the FlutterInjector.
+description: The test-only FlutterMain.setIsRunningInRobolectricTest API on the Android engine is consolidated into the FlutterInjector.
5
6
7
## Summary
@@ -43,7 +42,6 @@ adds a `FlutterInjector` class to assist testing.
43
42
44
Code before migration:
45
46
-<!-- skip -->
47
```java
48
FlutterMain.setIsRunningInRobolectricTest(true);
49
```
0 commit comments