You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
531 B
Java

package org.gcube.informationsystem.resourceregistry.context;
import org.gcube.informationsystem.resourceregistry.ContextTest;
import org.gcube.informationsystem.resourceregistry.instances.context.ContextCreator;
import org.junit.Test;
public class ContextManagementTest extends ContextTest {
// private static Logger logger = LoggerFactory.getLogger(ContextManagementTest.class);
@Test
public void createContexts() throws Exception {
ContextCreator contextCreator = new ContextCreator();
contextCreator.all();
}
}