Simulated time wait for a tracked topology. This is intended for internal testing.
(CapturedTopology<TrackedTopology> topo)
| 532 | * Simulated time wait for a tracked topology. This is intended for internal testing. |
| 533 | */ |
| 534 | public static void trackedWait(CapturedTopology<TrackedTopology> topo) { |
| 535 | topo.topology.trackedWait(); |
| 536 | } |
| 537 | |
| 538 | /** |
| 539 | * Simulated time wait for a tracked topology. This is intended for internal testing. |
no outgoing calls
no test coverage detected