See: Description
Class | Description |
---|---|
EditorHierarchyPrinter |
A utility class that creates a string representation of an Editor hierarchy
for testing purposes.
|
FakeEditorContext<T> |
A no-op implementation of EditorContext for testing.
|
FakeEditorSource<T> |
A trivial implementation of
EditorSource that creates
FakeLeafValueEditor instances. |
FakeLeafValueEditor<T> |
A no-op Editor.
|
MockEditorChain<C> |
A Mock implementation of
CompositeEditor.EditorChain . |
MockEditorDelegate<T> |
A mock implementation of
EditorDelegate . |
MockEditorError |
A trivial implementation of
EditorError . |
MockSimpleBeanEditorDriver<T,E extends Editor<T>> |
A no-op implementation of
SimpleBeanEditorDriver that records its
inputs. |