|
|
|
|
@ -12,6 +12,7 @@ import java.util.List; |
|
|
|
|
import javax.persistence.EntityManager; |
|
|
|
|
import javax.persistence.TypedQuery; |
|
|
|
|
|
|
|
|
|
import org.junit.jupiter.api.Disabled; |
|
|
|
|
import org.junit.jupiter.api.Tag; |
|
|
|
|
import org.junit.jupiter.api.Test; |
|
|
|
|
import org.junit.jupiter.api.extension.ExtendWith; |
|
|
|
|
@ -30,6 +31,7 @@ import de.kreth.vaadin.clubhelper.vaadinclubhelper.ui.tests.TestConfiguration; |
|
|
|
|
@ExtendWith(SpringExtension.class) |
|
|
|
|
@ContextConfiguration(classes = TestConfiguration.class) |
|
|
|
|
@Tag("spring") |
|
|
|
|
@Disabled |
|
|
|
|
class EventBusinessSpringTest { |
|
|
|
|
|
|
|
|
|
private List<Person> persons; |
|
|
|
|
|