@Immutable public final class XMLTestHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
testMicroTypeConversion(T aObj)
Test if the
MicroTypeConverter is OK. |
public static <T> T testMicroTypeConversion(@Nonnull T aObj)
MicroTypeConverter is OK. It converts it to XML and
back and than uses
CommonsTestHelper.testDefaultImplementationWithEqualContentObject(Object, Object)
to check for equality.T - The data type to be used and returnedaObj - The object to testCopyright © 2014–2023 Philip Helger. All rights reserved.