testBindListAddBinding() Asserts that when
DataBindingContext.bindList(IObservableListIObservableListorg.eclipse.jface.databinding.DefaultBindSpecUpdateListStrategy) is invoked the created binding is added to the intenal list of bindings.
testBindValueAddBinding() Asserts that then
DataBindingContext.bindValue(IObservableValueIObservableValueorg.eclipse.jface.databinding.DefaultBindSpecBindSpec) if invoked the created binding is added to the internal list of bindings.
testValidateTargetAfterValueBindingCreation() Asserts that when a ValueBinding is created validation is ran to ensure
that the validation status of the Binding reflects the validity of the
value in the target.
public void
testValidationError() Asserts that IStatus is populated and change events are fired when a
Binding that is associated with a context is in error.
Asserts that when
DataBindingContext.bindList(IObservableListIObservableListorg.eclipse.jface.databinding.DefaultBindSpecUpdateListStrategy) is invoked the created binding is added to the intenal list of bindings.
throws: Exception -
public void testBindValueAddBinding() throws Exception(Code)
Asserts that then
DataBindingContext.bindValue(IObservableValueIObservableValueorg.eclipse.jface.databinding.DefaultBindSpecBindSpec) if invoked the created binding is added to the internal list of bindings.
throws: Exception -
public void testValidateTargetAfterValueBindingCreation() throws Exception(Code)
Asserts that when a ValueBinding is created validation is ran to ensure
that the validation status of the Binding reflects the validity of the
value in the target.
throws: Exception -