AgentSnapshot<State>.forTesting constructor

  1. @visibleForTesting
AgentSnapshot<State>.forTesting(
  1. SessionSnapshot raw
)

Test-only constructor for building a snapshot wrapper directly from a raw SessionSnapshot, bypassing a transport read.

Implementation

@visibleForTesting
AgentSnapshot.forTesting(SessionSnapshot raw) : this._(raw);