public void providesListWithMultiple() throws Exception {
new Setup( element );
String name2 = "Second name";
String tag2 = "Tag number two";
Element element2 = new IIOMetadataNode( "setup" );
element2.setAttribute( "name", name2 );
element2.setAttribute( "tag", tag2 );
new Setup( element2 );
String thing = Setup.List();
assertEquals( thing,