SpannedSubject.AbsoluteSized


interface SpannedSubject.AbsoluteSized


Allows assertions about the absolute size of a span.

Summary

Public functions

SpannedSubject.AndSpanFlags!

Checks that at least one of the matched spans has the expected size.

Public functions

withAbsoluteSize

fun withAbsoluteSize(size: Int): SpannedSubject.AndSpanFlags!

Checks that at least one of the matched spans has the expected size.

Parameters
size: Int

The expected size.

Returns
SpannedSubject.AndSpanFlags!

A WithSpanFlags object for optional additional assertions on the flags.