package org.dataone.integration.it.testDefinitions; /** * Defines the test methods required to test authentication API functionality * between CNs/MNs and v1/v2. */ public interface AuthTestDefinitions { public void testIsAuthorized(); }