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

ai.stapi.test.acceptance.AcceptanceTestCase Maven / Gradle / Ivy

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

import ai.stapi.test.base.AbstractAxonTestCase;
import org.junit.jupiter.api.Tag;
import org.springframework.test.context.ContextConfiguration;

@Tag("acceptance")
@ContextConfiguration(classes = {AcceptanceTestCaseConfig.class})
public abstract class AcceptanceTestCase extends AbstractAxonTestCase {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy