public class TestUtils extends Object
| Constructor and Description |
|---|
TestUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.lang3.tuple.ImmutablePair<AnnotatedMockBeanFull,AnnotatedMockBeanFull> |
createTwoGoodBeans() |
static org.apache.commons.lang3.tuple.ImmutablePair<AnnotatedMockBeanCustom,AnnotatedMockBeanCustom> |
createTwoGoodCustomBeans() |
static org.apache.commons.lang3.tuple.ImmutablePair<AnnotatedMockBeanFullDerived,AnnotatedMockBeanFullDerived> |
createTwoGoodDerivedBeans() |
static String |
displayStringArray(String header,
String[] stringArray) |
public static org.apache.commons.lang3.tuple.ImmutablePair<AnnotatedMockBeanFull,AnnotatedMockBeanFull> createTwoGoodBeans() throws IOException
IOExceptionpublic static org.apache.commons.lang3.tuple.ImmutablePair<AnnotatedMockBeanCustom,AnnotatedMockBeanCustom> createTwoGoodCustomBeans() throws IOException
IOExceptionpublic static org.apache.commons.lang3.tuple.ImmutablePair<AnnotatedMockBeanFullDerived,AnnotatedMockBeanFullDerived> createTwoGoodDerivedBeans() throws IOException
IOExceptionCopyright © 2005–2025. All rights reserved.