use of org.openntf.domino.design.AboutDocument in project org.openntf.domino by OpenNTF.
the class DesignClassTest method testCreation.
// @Test
public void testCreation() {
DbDirectory dbdir = Factory.getSession(SessionType.CURRENT).getDbDirectory("");
Database db = dbdir.createDatabase("D:/Daten/notesdaten_9/localdb/pw" + System.currentTimeMillis() + ".nsf", true);
AboutDocument abd = new org.openntf.domino.design.impl.AboutDocument(db);
abd.save();
}
Aggregations