FakeLoom
A test double for Loom that returns FakeSeam instances.
weave with Rendezvous.New seeds the seam's FakeSeam.selfId from the pattern's display name. For wired two-peer scenarios, prefer fakeSeamPair.
val loom = FakeLoom()
val seam = loom.host(Pattern("alice"))
// seam.selfId == PeerId("alice")Content copied to clipboard