| Class | Line # | Actions | |||||
|---|---|---|---|---|---|---|---|
| AbstractVendorTestBase | 9 | 0 | 0% | 1 | 1 |
| 1 | package guru.mikelue.foxglove.test; | |
| 2 | ||
| 3 | import org.junit.jupiter.api.Tag; | |
| 4 | ||
| 5 | import guru.mikelue.foxglove.springframework.EnableFoxglove; | |
| 6 | ||
| 7 | @Tag("vendor") | |
| 8 | @EnableFoxglove | |
| 9 | public class AbstractVendorTestBase extends AbstractJdbcTestBase { | |
| 10 | 0 | protected AbstractVendorTestBase() {} |
| 11 | } |