diff --git a/changelog.md b/changelog.md index 461e8dbd..5d4ccbb8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,6 @@ ### Revision History +* 2.4.7 + * All 687 conversions supported are now 100% cross-product tested. Converter test suite is complete. * 2.4.6 * All 686 conversions supported are now 100% cross-product tested. There will be more exception tests coming. * 2.4.5 diff --git a/src/test/java/com/cedarsoftware/util/convert/ConverterEverythingTest.java b/src/test/java/com/cedarsoftware/util/convert/ConverterEverythingTest.java index 5a028d9b..09db991c 100644 --- a/src/test/java/com/cedarsoftware/util/convert/ConverterEverythingTest.java +++ b/src/test/java/com/cedarsoftware/util/convert/ConverterEverythingTest.java @@ -105,11 +105,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -// TODO: More exception tests (make sure IllegalArgumentException is thrown, for example, not DateTimeException) // TODO: Throwable conversions need to be added for all the popular exception types -// TODO: Enum and EnumSet conversions need to be added -// TODO: MapConversions --> Var args of Object[]'s - show as 'OR' in message: [DATE, TIME], [epochMillis], [dateTime], [_V], or [VALUE] -// TODO: MapConversions --> Performance - containsKey() + get() ==> get() and null checks +// TODO: EnumSet conversions need to be added? class ConverterEverythingTest { private static final String TOKYO = "Asia/Tokyo"; private static final ZoneId TOKYO_Z = ZoneId.of(TOKYO);