@Retention(value = AnnotationRetention.RUNTIME)
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION])
@CustomFilter(filterClass = RequiresDisplayFilter)
public annotation RequiresDisplay


Indicates that a specific test should not be run on a device that does not have the provided display attributes.

Summary

Public constructors

Public constructors

RequiresDisplay

public RequiresDisplay(
    @NonNull WidthSizeClass.Companion.WidthSizeClassEnum widthSizeClass,
    @NonNull HeightSizeClass.Companion.HeightSizeClassEnum heightSizeClass
)

Public methods