-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Introduce QuackTextArea * Regenerate snapshots * Rebuilds
- Loading branch information
Showing
30 changed files
with
784 additions
and
89 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
{ | ||
"skippableComposables": 8, | ||
"restartableComposables": 14, | ||
"skippableComposables": 10, | ||
"restartableComposables": 18, | ||
"readonlyComposables": 1, | ||
"totalComposables": 53, | ||
"restartGroups": 14, | ||
"totalGroups": 67, | ||
"staticArguments": 55, | ||
"certainArguments": 273, | ||
"knownStableArguments": 624, | ||
"knownUnstableArguments": 32, | ||
"totalComposables": 59, | ||
"restartGroups": 18, | ||
"totalGroups": 73, | ||
"staticArguments": 60, | ||
"certainArguments": 318, | ||
"knownStableArguments": 735, | ||
"knownUnstableArguments": 35, | ||
"unknownStableArguments": 0, | ||
"totalArguments": 656, | ||
"markedStableClasses": 18, | ||
"inferredStableClasses": 11, | ||
"totalArguments": 770, | ||
"markedStableClasses": 19, | ||
"inferredStableClasses": 12, | ||
"inferredUnstableClasses": 0, | ||
"inferredUncertainClasses": 0, | ||
"effectivelyStableClasses": 29, | ||
"totalClasses": 29, | ||
"memoizedLambdas": 23, | ||
"singletonLambdas": 5, | ||
"effectivelyStableClasses": 31, | ||
"totalClasses": 31, | ||
"memoizedLambdas": 31, | ||
"singletonLambdas": 7, | ||
"singletonComposableLambdas": 0, | ||
"composableLambdas": 3, | ||
"totalLambdas": 35 | ||
"composableLambdas": 4, | ||
"totalLambdas": 45 | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
{ | ||
"skippableComposables": 139, | ||
"restartableComposables": 140, | ||
"skippableComposables": 8, | ||
"restartableComposables": 8, | ||
"readonlyComposables": 0, | ||
"totalComposables": 140, | ||
"restartGroups": 140, | ||
"totalGroups": 140, | ||
"staticArguments": 460, | ||
"totalComposables": 8, | ||
"restartGroups": 8, | ||
"totalGroups": 8, | ||
"staticArguments": 14, | ||
"certainArguments": 0, | ||
"knownStableArguments": 1773, | ||
"knownStableArguments": 64, | ||
"knownUnstableArguments": 0, | ||
"unknownStableArguments": 0, | ||
"totalArguments": 1773, | ||
"totalArguments": 64, | ||
"markedStableClasses": 0, | ||
"inferredStableClasses": 2, | ||
"inferredUnstableClasses": 1, | ||
"inferredUncertainClasses": 10, | ||
"effectivelyStableClasses": 2, | ||
"totalClasses": 13, | ||
"memoizedLambdas": 221, | ||
"singletonLambdas": 78, | ||
"singletonComposableLambdas": 102, | ||
"composableLambdas": 139, | ||
"totalLambdas": 226 | ||
"inferredStableClasses": 0, | ||
"inferredUnstableClasses": 0, | ||
"inferredUncertainClasses": 1, | ||
"effectivelyStableClasses": 0, | ||
"totalClasses": 1, | ||
"memoizedLambdas": 12, | ||
"singletonLambdas": 4, | ||
"singletonComposableLambdas": 8, | ||
"composableLambdas": 8, | ||
"totalLambdas": 12 | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,4 @@ | ||
runtime class ImageSnapshot { | ||
runtime class TextAreaSnapshot { | ||
runtime val snapshotPath: SnapshotPathGeneratorRule | ||
<runtime stability> = Runtime(SnapshotPathGeneratorRule) | ||
} | ||
runtime class SwitchSnapshot { | ||
runtime val snapshotPath: SnapshotPathGeneratorRule | ||
<runtime stability> = Runtime(SnapshotPathGeneratorRule) | ||
} | ||
runtime class TabSnapshot { | ||
runtime val snapshotPath: SnapshotPathGeneratorRule | ||
<runtime stability> = Runtime(SnapshotPathGeneratorRule) | ||
} | ||
unstable class TagSnapshot { | ||
unstable val testNameToSelectState: MutableMap<String, Boolean> | ||
runtime val compose: AndroidComposeTestRule<ActivityScenarioRule<ComponentActivity>, ComponentActivity> | ||
unstable val roborazzi: RoborazziRule | ||
<runtime stability> = Unstable | ||
} | ||
runtime class TextFieldSnapshot { | ||
runtime val snapshotPath: SnapshotPathGeneratorRule | ||
<runtime stability> = Runtime(SnapshotPathGeneratorRule) | ||
} | ||
runtime class TextSnapshot { | ||
runtime val snapshotPath: SnapshotPathGeneratorRule | ||
<runtime stability> = Runtime(SnapshotPathGeneratorRule) | ||
} | ||
runtime class ButtonTest { | ||
runtime val compose: AndroidComposeTestRule<ActivityScenarioRule<ComponentActivity>, ComponentActivity> | ||
<runtime stability> = Runtime(AndroidComposeTestRule) | ||
} | ||
runtime class TabTest { | ||
runtime val compose: AndroidComposeTestRule<ActivityScenarioRule<ComponentActivity>, ComponentActivity> | ||
<runtime stability> = Runtime(AndroidComposeTestRule) | ||
} | ||
runtime class TagTest { | ||
runtime val compose: AndroidComposeTestRule<ActivityScenarioRule<ComponentActivity>, ComponentActivity> | ||
<runtime stability> = Runtime(AndroidComposeTestRule) | ||
} | ||
runtime class TextFieldTest { | ||
runtime val compose: AndroidComposeTestRule<ActivityScenarioRule<ComponentActivity>, ComponentActivity> | ||
<runtime stability> = Runtime(AndroidComposeTestRule) | ||
} | ||
runtime class TextTest { | ||
runtime val compose: AndroidComposeTestRule<ActivityScenarioRule<ComponentActivity>, ComponentActivity> | ||
<runtime stability> = Runtime(AndroidComposeTestRule) | ||
} | ||
stable class HashCodeTest { | ||
<runtime stability> = Stable | ||
} | ||
stable class NumberBuilderTest { | ||
<runtime stability> = Stable | ||
} |
Oops, something went wrong.