added regex test
This commit is contained in:
parent
edbb165851
commit
70653b6d5c
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue