| Package | Description |
|---|---|
| net.amygdalum.testrecorder | |
| net.amygdalum.testrecorder.values | |
| net.amygdalum.testrecorder.visitors |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Serializer<T extends SerializedValue> |
interface |
SerializerFactory<T extends SerializedValue> |
| Modifier and Type | Method and Description |
|---|---|
SerializedValue[] |
ContextSnapshot.getExpectArgs() |
SerializedValue |
ContextSnapshot.getExpectException() |
SerializedValue |
ContextSnapshot.getExpectResult() |
SerializedValue |
ContextSnapshot.getExpectThis() |
SerializedValue[] |
ContextSnapshot.getSetupArgs() |
SerializedValue |
ContextSnapshot.getSetupThis() |
SerializedValue[] |
SerializerFacade.serialize(Type[] clazzes,
Object[] objects) |
SerializedValue[] |
ConfigurableSerializerFacade.serialize(Type[] clazzes,
Object[] objects) |
SerializedValue |
SerializerFacade.serialize(Type type,
Object object) |
SerializedValue |
ConfigurableSerializerFacade.serialize(Type type,
Object object) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextSnapshot.setExpectArgs(SerializedValue... expectArgs) |
void |
ContextSnapshot.setExpectException(SerializedValue expectException) |
void |
ContextSnapshot.setExpectResult(SerializedValue expectResult) |
void |
ContextSnapshot.setExpectThis(SerializedValue expectThis) |
void |
ContextSnapshot.setSetupArgs(SerializedValue... setupArgs) |
void |
ContextSnapshot.setSetupThis(SerializedValue setupThis) |
T |
SerializedValueVisitor.visitUnknown(SerializedValue value) |
| Modifier and Type | Class and Description |
|---|---|
class |
SerializedArray |
class |
SerializedBigDecimal |
class |
SerializedBigInteger |
class |
SerializedImmutable<T> |
class |
SerializedList |
class |
SerializedLiteral |
class |
SerializedMap |
class |
SerializedNull |
class |
SerializedObject |
class |
SerializedSet |
| Modifier and Type | Method and Description |
|---|---|
SerializedValue |
SerializedList.get(int index) |
SerializedValue |
SerializedMap.get(Object key) |
SerializedValue[] |
SerializedArray.getArray() |
SerializedValue |
SerializedInput.getResult() |
SerializedValue |
SerializedField.getValue() |
SerializedValue[] |
SerializedOutput.getValues() |
SerializedValue[] |
SerializedInput.getValues() |
SerializedValue |
SerializedMap.put(SerializedValue key,
SerializedValue value) |
SerializedValue |
SerializedList.remove(int index) |
SerializedValue |
SerializedMap.remove(Object key) |
SerializedValue |
SerializedList.set(int index,
SerializedValue element) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<SerializedValue,SerializedValue>> |
SerializedMap.entrySet() |
Set<Map.Entry<SerializedValue,SerializedValue>> |
SerializedMap.entrySet() |
List<SerializedValue> |
SerializedArray.getArrayAsList() |
Iterator<SerializedValue> |
SerializedSet.iterator() |
Iterator<SerializedValue> |
SerializedList.iterator() |
Set<SerializedValue> |
SerializedMap.keySet() |
ListIterator<SerializedValue> |
SerializedList.listIterator() |
ListIterator<SerializedValue> |
SerializedList.listIterator(int index) |
List<SerializedValue> |
SerializedList.subList(int fromIndex,
int toIndex) |
Collection<SerializedValue> |
SerializedMap.values() |
| Modifier and Type | Method and Description |
|---|---|
void |
SerializedList.add(int index,
SerializedValue element) |
boolean |
SerializedSet.add(SerializedValue e) |
boolean |
SerializedList.add(SerializedValue e) |
void |
SerializedArray.add(SerializedValue value) |
SerializedValue |
SerializedMap.put(SerializedValue key,
SerializedValue value) |
SerializedValue |
SerializedList.set(int index,
SerializedValue element) |
SerializedArray |
SerializedArray.with(SerializedValue... values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SerializedSet.addAll(Collection<? extends SerializedValue> c) |
boolean |
SerializedList.addAll(Collection<? extends SerializedValue> c) |
boolean |
SerializedList.addAll(int index,
Collection<? extends SerializedValue> c) |
void |
SerializedMap.putAll(Map<? extends SerializedValue,? extends SerializedValue> m) |
void |
SerializedMap.putAll(Map<? extends SerializedValue,? extends SerializedValue> m) |
| Constructor and Description |
|---|
SerializedField(Class<?> clazz,
String name,
Type type,
SerializedValue value) |
SerializedInput(Class<?> clazz,
String name,
Type[] types,
SerializedValue... values) |
SerializedInput(Class<?> clazz,
String name,
Type resultType,
SerializedValue result,
Type[] types,
SerializedValue... values) |
SerializedInput(Class<?> clazz,
String name,
Type resultType,
SerializedValue result,
Type[] types,
SerializedValue... values) |
SerializedOutput(Class<?> clazz,
String name,
Type[] types,
SerializedValue... values) |
| Modifier and Type | Method and Description |
|---|---|
SerializedValue |
SetterParam.computeValue() |
| Modifier and Type | Method and Description |
|---|---|
List<SerializedValue> |
ConstructorParams.getValues() |
| Modifier and Type | Method and Description |
|---|---|
String |
SerializedValuePrinter.visitUnknown(SerializedValue value) |
Computation |
ObjectToSetupCode.visitUnknown(SerializedValue value) |
Computation |
ObjectToMatcherCode.visitUnknown(SerializedValue value) |
T |
MappedSerializedValueVisitor.visitUnknown(SerializedValue value) |
Object |
Deserializer.visitUnknown(SerializedValue value) |
Copyright © 2016. All rights reserved.