
com.infobip.testcontainers.TestBase Maven / Gradle / Ivy
The newest version!
package com.infobip.testcontainers;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.TestConstructor;
@TestConstructor(autowireMode = TestConstructor.AutowireMode.ALL)
@SpringBootTest(classes = Main.class)
public class TestBase {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy