svoid test_structure_Rectangle() { assertEqualsVerbose("java.awt.Rectangle(height=0, width=0, x=0, y=0)", struct(new Rectangle)); }