public interface

SpannedSubject.RelativeSized

 androidx.media3.test.utils.truth.SpannedSubject.RelativeSized

Overview

Allows assertions about the relative size of a span.

Summary

Methods
public SpannedSubject.AndSpanFlagswithSizeChange(float sizeChange)

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

Methods

public SpannedSubject.AndSpanFlags withSizeChange(float sizeChange)

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

Parameters:

sizeChange: The expected size change.

Returns:

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