For testing many-to-one unidirectional relationships
author: Ph. Durieux author: This is an advanced test suite for home interface on entity bean CMP2.
_testCohBeanRemoveB(int tx) Test of coherence b0.remove() => a0.retrieveB()=null && a1.retrieveB()=null && a2.retrieveB()=null
Same as _testCohRemove except that the called remove method is on the bean
instead of the home.
See 10.3.7.5 : a1j.assignB(a2k.retrieveB()) => a2=a1j.retrieveB()
_testBasicSetEmpty
public void _testBasicSetEmpty(int tx) throws Exception(Code)
Ckeck the new relation a3-b1
_testBasicSetNull
public void _testBasicSetNull(int tx) throws Exception(Code)
Check that a1.assignB(null) => a1.retreiveB()=null
_testCohBeanRemoveB
public void _testCohBeanRemoveB(int tx) throws Exception(Code)
Test of coherence b0.remove() => a0.retrieveB()=null && a1.retrieveB()=null && a2.retrieveB()=null
Same as _testCohRemove except that the called remove method is on the bean
instead of the home.