public static interface SpannedSubject.Colored
Modifier and Type | Method | Description |
---|---|---|
SpannedSubject.AndSpanFlags |
withColor(int color) |
Checks that at least one of the matched spans has the expected
color . |
SpannedSubject.AndSpanFlags withColor(int color)
color
.color
- The expected color.SpannedSubject.WithSpanFlags
object for optional additional assertions on the flags.