}
public void testTemperature()
throws Exception
{
ConstrainedBean bean = new ConstrainedBean();
ManagedObject managedObject = super.initManagedObject(bean);
// Test the temperature constraints
ManagedProperty temperature = managedObject.getProperty("temperature");
SimpleValue minValue = (SimpleValue) temperature.getMinimumValue();