Testing Problem
While switching from 1.2.7 to 1.3.6 I encountered the following regression.
a property for a generic value of type T and and a second value of type Function<T, String> generates functions which are not pure. Some of the functions called with the first value return different values on each call.
Testing Problem
While switching from 1.2.7 to 1.3.6 I encountered the following regression.
a property for a generic value of type T and and a second value of type Function<T, String> generates functions which are not pure. Some of the functions called with the first value return different values on each call.