*
* @throws java.lang.Exception
*/
@Before
public void setUp() throws Exception {
proband = new EditBean();
aktuellesArchivale = new Archivale();
// aktuellesArchivale injizieren
Field f = proband.getClass().getDeclaredField("aktuellesArchivale");
f.setAccessible(true);
f.set(proband, aktuellesArchivale);