package org.simantics.document.ui.test; import org.simantics.db.ReadGraph; import org.simantics.db.exception.DatabaseException; public class DocumentNotOldTest extends DocumentOldTest{ @Override public boolean test(ReadGraph graph, Object content) throws DatabaseException { return !super.test(graph, content); } }