assertNotNull(rpa);
assertEquals(rpa, rootJid11);
rpa = (new ResolvePathname("0")).send(future, rootJid11);
assertNull(rpa);
StringJidFactory stringJidAFactory = StringJidFactory.fac;
Actor string1 = stringJidAFactory.newActor(factory.getMailbox(), factory);
(new SetString("abc")).send(future, string1);
byte[] sb = GetSerializedBytes.req.send(future, string1);
(new SetActorBytes(stringJidAFactory, sb)).send(future, rootJid1);
Actor sj = GetActor.req.send(future, rootJid1);
assertEquals("abc", GetString.req.send(future, sj));