Object alternate = new Object();
DescriptionReceiver receiver = newReceiver();
receiver.array("array", values);
receiver.describeAlternate(alternate);
receiver.property("boolean-true", true);
receiver.property("boolean-false", false);
receiver.property("byte", (byte) 37);
receiver.property("char", 'z');
receiver.property("double", (double) 3.14);