cdi-test
cdi-test copied to clipboard
JUnit extension for easy and efficient testing of CDI components
Hello. I'm trying to replace cdi-unit by cdi-test. I already managed to make it work for several cases, however I hit in a situation where I need several mocks of...
**Much simpler and cleaner setup as it used to be in 4.x.** This will also simplify things like proper jta support a lot.
#341 should be solved first to simplify matters
**Is your feature request related to a problem? Please describe.** Handling proper log output and proper levels is still awful with idk logging. **Describe the solution you'd like** Use slf4j...
**Describe the bug** To work properly, cdi-test-microprofile needs to operate on normal scoped beans. **To Reproduce** 1. Run Test DependentScopedComponentTest. 2. testCaseAnnotatedValue returns the same result as the first method....
**Is your feature request related to a problem? Please describe.** The only supported cdi feature for test cases is field injection. This should be verified during test setup. Also some...
I'd like to use Kotlin and the MockK library to generate mocks for cdi-test, but cdi-test doesn't seem to pick up de annotated mocks. I'd like some hints as to...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/guhilling/cdi-test). ## PR Closed (Blocked) The following updates...
**Describe the bug** Frequent warnings when running tests **To Reproduce** man clean install **Expected behavior** no warnings
**Describe the bug** Injected test EntityManager during JUnit tests seems to be shared across threads which causes random errors. **To Reproduce** Steps to reproduce the behavior: 1. In a test,...