GraphAssertions

@TestOnly
data class GraphAssertions(val name: String, val start: NodeReference.Start<*>, val finish: NodeReference.Finish<*>, val nodes: Map<String, NodeReference<*, *>>, val nodeOutputAssertions: List<NodeOutputAssertion<*, *>>, val edgeAssertions: List<EdgeAssertion<*, *>>, val unconditionalEdgeAssertions: List<UnconditionalEdgeAssertion>, val reachabilityAssertions: List<ReachabilityAssertion>, val subgraphAssertions: MutableList<SubGraphAssertions>)(source)

Constructors

Link copied to clipboard
constructor(name: String, start: NodeReference.Start<*>, finish: NodeReference.Finish<*>, nodes: Map<String, NodeReference<*, *>>, nodeOutputAssertions: List<NodeOutputAssertion<*, *>>, edgeAssertions: List<EdgeAssertion<*, *>>, unconditionalEdgeAssertions: List<UnconditionalEdgeAssertion>, reachabilityAssertions: List<ReachabilityAssertion>, subgraphAssertions: MutableList<SubGraphAssertions>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard