public void testInvalidOutwardConversion()
{
ConversionHandler conversionHandler = createStrictMock(ConversionHandler.class);
IntToIntConverter converter = new IntToIntConverter();
BindSimpleHandler handler = new BindSimpleHandler();
TargetBean bean = new TargetBean();
bean.setStringProperty("2");
ApplicationRuntimeException exception = new ApplicationRuntimeException();