* Used to configure the environment used by the tests.
* @throws Exception if a problem occurs.
*/
@Override
public void startUp() throws Exception{
ItfAddElement bean00 = getBeanLocalInstance(SLSBInheritance00.class, ItfAddElement.class);
ItfAddElement bean01 = getBeanLocalInstance(SLSBInheritance01.class, ItfAddElement.class);
super.setBeans(bean00, bean01);
}