package org.dataone.integration.it.testDefinitions; /** * Defines the systemMetadataChanged* test methods * (they're in the MNAuthorization API in v1 but in MNReplication in v2). */ public interface MNSystemMetadataChangedTestDefinitions { // see MNodeTier1*.java classes public void testSystemMetadataChanged(); public void testSystemMetadataChanged_EarlierDate(); public void testSystemMetadataChanged_authenticatedITKuser(); public void testSystemMetadataChanged_withCreate(); }