added regex test

This commit is contained in:
Francesco Mangiacrapa 2024-01-10 17:35:15 +01:00
parent edbb165851
commit 70653b6d5c
1 changed files with 17 additions and 1 deletions

View File

@ -17,11 +17,27 @@ import org.gcube.application.geoportal.common.model.useCaseDescriptor.UseCaseDes
import org.gcube.application.geoportal.common.utils.tests.GCubeTest;
import org.junit.Test;
/**
* The Class MappingObjectRegexTest.
*
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
*
* Jan 8, 2024
*/
public class MappingObjectRegexTest {
String test = "paleolitico inferiore (da 2.000.000 a.C. al 200.000 a.C.)";
@Test
/**
* Test apply regex.
*
* @throws SDIInteractionException the SDI interaction exception
* @throws ConfigurationException the configuration exception
* @throws SQLException the SQL exception
* @throws InvalidProfileException the invalid profile exception
* @throws InterruptedException the interrupted exception
*/
//@Test
public void testApplyRegex() throws SDIInteractionException, ConfigurationException, SQLException,
InvalidProfileException, InterruptedException {
assumeTrue(GCubeTest.isTestInfrastructureEnabled());