docs/doc/reference/com/google/android/exoplayer2/testutil/truth/SpannedSubject.EmphasizedText.html
Package com.google.android.exoplayer2.testutil.truth
public static interfaceSpannedSubject.EmphasizedText
Allows assertions about a span's text emphasis mark and its position.
All Methods Instance Methods Abstract Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| SpannedSubject.AndSpanFlags | withMarkAndPosition(@com.google.android.exoplayer2.text.span.TextEmphasisSpan.MarkShape int markShape, @com.google.android.exoplayer2.text.span.TextEmphasisSpan.MarkFill int markFill, @com.google.android.exoplayer2.text.span.TextAnnotation.Position int position) |
Checks that at least one of the matched spans has the expected mark and position.
|
-
[SpannedSubject.AndSpanFlags](SpannedSubject.AndSpanFlags.html "interface in com.google.android.exoplayer2.testutil.truth")withMarkAndPosition(@com.google.android.exoplayer2.text.span.TextEmphasisSpan.MarkShape int markShape,
@com.google.android.exoplayer2.text.span.TextEmphasisSpan.MarkFill int markFill,
@com.google.android.exoplayer2.text.span.TextAnnotation.Position int position)
Checks that at least one of the matched spans has the expected mark and position.
Parameters:markShape - The expected mark shape.markFill - The expected mark fill style.position - The expected position of the mark.Returns:A SpannedSubject.AndSpanFlags object for optional additional assertions on the flags.