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

ai.stapi.test.fixtureQueryTest.FixtureQueryTestCase Maven / Gradle / Ivy

There is a newer version: 0.2.3
Show newest version
package ai.stapi.test.fixtureQueryTest;

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

@Tag("fixture_query")
@Import(FixtureQueryTestCaseConfig.class)
public abstract class FixtureQueryTestCase extends AbstractFixtureQueryTestCase {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy