public interface

SpannedSubject.AbsoluteSized

 androidx.media3.test.utils.truth.SpannedSubject.AbsoluteSized

Overview

Allows assertions about the absolute size of a span.

Summary

Methods
public SpannedSubject.AndSpanFlagswithAbsoluteSize(int size)

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

Methods

public SpannedSubject.AndSpanFlags withAbsoluteSize(int size)

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

Parameters:

size: The expected size.

Returns:

A SpannedSubject.WithSpanFlags object for optional additional assertions on the flags.