GWT 2.7.0

Package com.google.gwt.editor.client.testing

Classes used for testing the bean editor support.

See:
          Description

Class Summary
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.
 

Package com.google.gwt.editor.client.testing Description

Classes used for testing the bean editor support.


GWT 2.7.0