Hi Isomorphic,
using a two weeks old version of 5.0p this worked:
Now, with v10.0p_2015-08-21 this throws exception and therefore needs to be wrapped in try/catch.
I did not expect such a change within a p-version. Are such signature changes expected to happen?
Best regards
Blama
using a two weeks old version of 5.0p this worked:
Code:
com.isomorphic.datasource.DSResponse mockedResponse = new DSResponse(ds, DSResponse.STATUS_SUCCESS);//ds is DataSource
I did not expect such a change within a p-version. Are such signature changes expected to happen?
Best regards
Blama
Comment