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