package

com.google.gwt.editor.client.testing

Classes used for testing the bean editor support.

Classes

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.