assertReachable

fun assertReachable(from: NodeReference<*, *>, to: NodeReference<*, *>)(source)

Asserts that there is a reachable path between two specified nodes within a stage.

Parameters

from

The starting node reference from where the reachability is checked.

to

The target node reference to which the reachability is checked.