Package com.google.gwt.editor.client.testing
Classes used for testing the bean editor support.
-
Class Summary 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 ofEditorSource
that createsFakeLeafValueEditor
instances.FakeLeafValueEditor<T> A no-op Editor.MockEditorChain<C> A Mock implementation ofCompositeEditor.EditorChain
.MockEditorDelegate<T> A mock implementation ofEditorDelegate
.MockEditorError A trivial implementation ofEditorError
.MockSimpleBeanEditorDriver<T,E extends Editor<T>> A no-op implementation ofSimpleBeanEditorDriver
that records its inputs.