Skip to content

Commit 8767cda

Browse files
committed
wrong stability for test codes
1 parent c5ea570 commit 8767cda

File tree

3 files changed

+187
-211
lines changed

3 files changed

+187
-211
lines changed

readmore-foundation/stability/readmore-foundation.stability

Lines changed: 53 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -5,82 +5,84 @@
55
// ./gradlew :readmore-foundation:stabilityDump
66

77
@Composable
8-
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreText(text: kotlin.String, expanded: kotlin.Boolean, modifier: androidx.compose.ui.Modifier?, onExpandedChange: kotlin.Function1<kotlin.Boolean, kotlin.Unit>?, contentPadding: androidx.compose.foundation.layout.PaddingValues?, style: androidx.compose.ui.text.TextStyle?, onTextLayout: kotlin.Function1<androidx.compose.ui.text.TextLayoutResult, kotlin.Unit>?, softWrap: kotlin.Boolean, readMoreText: kotlin.String?, readMoreMaxLines: kotlin.Int, readMoreOverflow: com.webtoonscorp.android.readmore.foundation.ReadMoreTextOverflow, readMoreStyle: androidx.compose.ui.text.SpanStyle?, readLessText: kotlin.String?, readLessStyle: androidx.compose.ui.text.SpanStyle?, toggleArea: com.webtoonscorp.android.readmore.foundation.ToggleArea, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $changed1: kotlin.Int, $default: kotlin.Int): kotlin.Unit
8+
private fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.Screenshot(testCase: com.webtoonscorp.android.readmore.foundation.ScreenshotTestCase, expanded: kotlin.Boolean, readMoreText: kotlin.String?, readLessText: kotlin.String?, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $default: kotlin.Int): kotlin.Unit
99
skippable: false
1010
restartable: true
1111
params:
12-
- text: STABLE (String is immutable)
12+
- testCase: STABLE (marked @Stable or @Immutable)
1313
- expanded: STABLE (primitive type)
14-
- modifier: STABLE (marked @Stable or @Immutable)
15-
- onExpandedChange: STABLE (function type)
16-
- contentPadding: STABLE (marked @Stable or @Immutable)
17-
- style: STABLE (marked @Stable or @Immutable)
18-
- onTextLayout: STABLE (function type)
19-
- softWrap: STABLE (primitive type)
2014
- readMoreText: STABLE
21-
- readMoreMaxLines: STABLE (primitive type)
22-
- readMoreOverflow: STABLE
23-
- readMoreStyle: STABLE (marked @Stable or @Immutable)
2415
- readLessText: STABLE
25-
- readLessStyle: STABLE (marked @Stable or @Immutable)
26-
- toggleArea: STABLE
2716
- $composer: RUNTIME (requires runtime check)
2817
- $changed: STABLE (primitive type)
29-
- $changed1: STABLE (primitive type)
3018
- $default: STABLE (primitive type)
3119

3220
@Composable
33-
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreText(text: androidx.compose.ui.text.AnnotatedString, expanded: kotlin.Boolean, modifier: androidx.compose.ui.Modifier?, onExpandedChange: kotlin.Function1<kotlin.Boolean, kotlin.Unit>?, contentPadding: androidx.compose.foundation.layout.PaddingValues?, style: androidx.compose.ui.text.TextStyle?, onTextLayout: kotlin.Function1<androidx.compose.ui.text.TextLayoutResult, kotlin.Unit>?, softWrap: kotlin.Boolean, readMoreText: kotlin.String?, readMoreMaxLines: kotlin.Int, readMoreOverflow: com.webtoonscorp.android.readmore.foundation.ReadMoreTextOverflow, readMoreStyle: androidx.compose.ui.text.SpanStyle?, readLessText: kotlin.String?, readLessStyle: androidx.compose.ui.text.SpanStyle?, toggleArea: com.webtoonscorp.android.readmore.foundation.ToggleArea, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $changed1: kotlin.Int, $default: kotlin.Int): kotlin.Unit
21+
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.Screenshot.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
3422
skippable: false
3523
restartable: true
3624
params:
37-
- text: STABLE (marked @Stable or @Immutable)
38-
- expanded: STABLE (primitive type)
39-
- modifier: STABLE (marked @Stable or @Immutable)
40-
- onExpandedChange: STABLE (function type)
41-
- contentPadding: STABLE (marked @Stable or @Immutable)
42-
- style: STABLE (marked @Stable or @Immutable)
43-
- onTextLayout: STABLE (function type)
44-
- softWrap: STABLE (primitive type)
45-
- readMoreText: STABLE
46-
- readMoreMaxLines: STABLE (primitive type)
47-
- readMoreOverflow: STABLE
48-
- readMoreStyle: STABLE (marked @Stable or @Immutable)
49-
- readLessText: STABLE
50-
- readLessStyle: STABLE (marked @Stable or @Immutable)
51-
- toggleArea: STABLE
5225
- $composer: RUNTIME (requires runtime check)
5326
- $changed: STABLE (primitive type)
54-
- $changed1: STABLE (primitive type)
55-
- $default: STABLE (primitive type)
5627

5728
@Composable
58-
private fun com.webtoonscorp.android.readmore.foundation.CoreReadMoreText(text: androidx.compose.ui.text.AnnotatedString, expanded: kotlin.Boolean, modifier: androidx.compose.ui.Modifier?, onExpandedChange: kotlin.Function1<kotlin.Boolean, kotlin.Unit>?, contentPadding: androidx.compose.foundation.layout.PaddingValues?, style: androidx.compose.ui.text.TextStyle?, onTextLayout: kotlin.Function1<androidx.compose.ui.text.TextLayoutResult, kotlin.Unit>?, softWrap: kotlin.Boolean, readMoreText: kotlin.String?, readMoreMaxLines: kotlin.Int, readMoreOverflow: com.webtoonscorp.android.readmore.foundation.ReadMoreTextOverflow, readMoreStyle: androidx.compose.ui.text.SpanStyle?, readLessText: kotlin.String?, readLessStyle: androidx.compose.ui.text.SpanStyle?, toggleArea: com.webtoonscorp.android.readmore.foundation.ToggleArea, $composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int, $changed1: kotlin.Int, $default: kotlin.Int): kotlin.Unit
29+
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.all_collapsed.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
30+
skippable: false
31+
restartable: true
32+
params:
33+
- $composer: RUNTIME (requires runtime check)
34+
- $changed: STABLE (primitive type)
35+
36+
@Composable
37+
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.all_expanded.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
38+
skippable: false
39+
restartable: true
40+
params:
41+
- $composer: RUNTIME (requires runtime check)
42+
- $changed: STABLE (primitive type)
43+
44+
@Composable
45+
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.default_none.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
46+
skippable: false
47+
restartable: true
48+
params:
49+
- $composer: RUNTIME (requires runtime check)
50+
- $changed: STABLE (primitive type)
51+
52+
@Composable
53+
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.expanded_none.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
54+
skippable: false
55+
restartable: true
56+
params:
57+
- $composer: RUNTIME (requires runtime check)
58+
- $changed: STABLE (primitive type)
59+
60+
@Composable
61+
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.readLessText_collapsed.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
62+
skippable: false
63+
restartable: true
64+
params:
65+
- $composer: RUNTIME (requires runtime check)
66+
- $changed: STABLE (primitive type)
67+
68+
@Composable
69+
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.readLessText_expanded.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
70+
skippable: false
71+
restartable: true
72+
params:
73+
- $composer: RUNTIME (requires runtime check)
74+
- $changed: STABLE (primitive type)
75+
76+
@Composable
77+
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.readMoreText_collapsed.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
5978
skippable: false
6079
restartable: true
6180
params:
62-
- text: STABLE (marked @Stable or @Immutable)
63-
- expanded: STABLE (primitive type)
64-
- modifier: STABLE (marked @Stable or @Immutable)
65-
- onExpandedChange: STABLE (function type)
66-
- contentPadding: STABLE (marked @Stable or @Immutable)
67-
- style: STABLE (marked @Stable or @Immutable)
68-
- onTextLayout: STABLE (function type)
69-
- softWrap: STABLE (primitive type)
70-
- readMoreText: STABLE
71-
- readMoreMaxLines: STABLE (primitive type)
72-
- readMoreOverflow: STABLE
73-
- readMoreStyle: STABLE (marked @Stable or @Immutable)
74-
- readLessText: STABLE
75-
- readLessStyle: STABLE (marked @Stable or @Immutable)
76-
- toggleArea: STABLE
7781
- $composer: RUNTIME (requires runtime check)
7882
- $changed: STABLE (primitive type)
79-
- $changed1: STABLE (primitive type)
80-
- $default: STABLE (primitive type)
8183

8284
@Composable
83-
public fun com.webtoonscorp.android.readmore.foundation.CoreReadMoreText.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
85+
public fun com.webtoonscorp.android.readmore.foundation.BasicReadMoreTextScreenshotTest.readMoreText_expanded.<anonymous>($composer: androidx.compose.runtime.Composer?, $changed: kotlin.Int): kotlin.Unit
8486
skippable: false
8587
restartable: true
8688
params:

0 commit comments

Comments
 (0)