de.hilling.junit.cdi.lifecycle.LifecycleNotifier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdi-test-core Show documentation
Show all versions of cdi-test-core Show documentation
implementation of cdi-test
The newest version!
package de.hilling.junit.cdi.lifecycle;
import jakarta.enterprise.event.Event;
import jakarta.enterprise.inject.Any;
import jakarta.inject.Inject;
import de.hilling.junit.cdi.annotations.BypassTestInterceptor;
import de.hilling.junit.cdi.scope.TestState;
import de.hilling.junit.cdi.scope.TestSuiteScoped;
/**
* Used for notifications for the test and injection phases.
*
* @see TestState
*/
@BypassTestInterceptor
@TestSuiteScoped
public class LifecycleNotifier {
@Inject
@Any
private Event
© 2015 - 2025 Weber Informatics LLC | Privacy Policy