| java.lang.Object com.flexive.tests.shared.FxValueTest
FxValueTest | public class FxValueTest (Code) | | Generic FxValue tests
author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
Method Summary | |
public void | testIsValid(ValueTestBean<T, TDerived> testBean) | public void | testUpdateEmptyValue() Bug check: if a previously empty number property is updated with the same
"empty" number, the isEmpty flag is not set correctly. | public void | testValidContract(ValueTestBean<T, TDerived> testBean) |
testIsValid | public void testIsValid(ValueTestBean<T, TDerived> testBean)(Code) | | |
testUpdateEmptyValue | public void testUpdateEmptyValue()(Code) | | Bug check: if a previously empty number property is updated with the same
"empty" number, the isEmpty flag is not set correctly.
|
testValidContract | public void testValidContract(ValueTestBean<T, TDerived> testBean)(Code) | | |
|
|