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