All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.stapi.test.schemaintegration.SchemaIntegrationTestCase Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package ai.stapi.test.schemaintegration;

import org.junit.jupiter.api.Tag;
import org.springframework.context.annotation.Import;

@Tag("schema-integration")
@Import(SchemaIntegrationTestConfig.class)
public class SchemaIntegrationTestCase extends AbstractSchemaIntegrationTestCase {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy