SpannedSubject.AbsoluteSized


public interface SpannedSubject.AbsoluteSized


Allows assertions about the absolute size of a span.

Summary

Public methods

abstract SpannedSubject.AndSpanFlags
withAbsoluteSize(int size)

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

Public methods

withAbsoluteSize

abstract SpannedSubject.AndSpanFlags withAbsoluteSize(int size)

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

Parameters
int size

The expected size.

Returns
SpannedSubject.AndSpanFlags

A WithSpanFlags object for optional additional assertions on the flags.