class MappedNode


Hold a Glance composable node in a form that enables performing assertion on it.

[MappedNode]s are not rendered representations, but they map 1:1 to the composable nodes. They enable faster testing of the logic of composing Glance composable tree as part of unit tests.

Summary

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String