ProxyAssertSupport.assertTrue(m2.propertyExists("myBool"));
ProxyAssertSupport.assertTrue(m2.propertyExists("myByte"));
ProxyAssertSupport.assertTrue(m2.propertyExists("myShort"));
ProxyAssertSupport.assertTrue(m2.propertyExists("myInt"));
ProxyAssertSupport.assertTrue(m2.propertyExists("myLong"));
ProxyAssertSupport.assertTrue(m2.propertyExists("myFloat"));
ProxyAssertSupport.assertTrue(m2.propertyExists("myDouble"));
ProxyAssertSupport.assertTrue(m2.propertyExists("myString"));
ProxyAssertSupport.assertFalse(m2.propertyExists("sausages"));