GlanceMappedNode


class GlanceMappedNode : GlanceNode


An implementation of GlanceNode node that uses MappedNode to perform assertions during testing.

Summary

Public constructors

Inherited functions

From androidx.glance.testing.GlanceNode
open operator Boolean
equals(other: Any?)
open Int
open String

Inherited properties

From androidx.glance.testing.GlanceNode
MappedNode

an object of the representation of the Glance composable node

Public constructors

GlanceMappedNode

Added in 1.1.0-beta02
GlanceMappedNode(mappedNode: MappedNode)