Runs the test case.
Document doc;
NodeList addressList;
Node testAddress;
NamedNodeMap attributes;
doc = (Document) load("staff", false);
addressList = doc.getElementsByTagName("address");
testAddress = addressList.item(0);
attributes = testAddress.getAttributes();
assertSize("elementRetrieveAllAttributesAssert", 2, attributes);