Module org.junit.platform.commons
Package org.junit.platform.commons.support.conversion
package org.junit.platform.commons.support.conversion
Maintained conversion APIs provided by the JUnit Platform.
-
ClassDescription
ConversionException
is an exception that can occur when an object is converted to another object.ConversionSupport
provides static utility methods for converting a given object into an instance of a specified type.