Package io.quarkus.test.junit.internal
package io.quarkus.test.junit.internal
-
ClassDescriptionA custom List converter that always uses ArrayList for unmarshalling.A custom Map converter that always uses HashMap for unmarshalling.A custom Map.Entry converter that always uses AbstractMap.SimpleEntry for unmarshalling.A custom Set converter that always uses HashSet for unmarshalling.Strategy to deep clone an object Used in order to clone an object loaded from one ClassLoader into anotherCloning strategy that just serializes and deserializes using plain old java serialization.Cloning strategy delegating to
SerializationDeepClone, falling back toXStreamDeepClonein case of error.This callback verifies that@io.quarkus.test.InjectMockis not declared on a field of a@QuarkusTestunless thequarkus-junit5-mockitois present.Super simple cloning strategy that just serializes to XML and deserializes it using xstream