python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Inject @ConfigProperty in a JerseyTest
Can someone help me please.
I'm writing a test for a controller with java 11, Microprofile, JerseyTest, Mockito, Junit5
I'm getting an error (org.glassfish.hk2.api.UnsatisfiedDependencyException) on r...
pabloso18
Votes: 0
Answers: 0
Testing expected exception with JerseyTest - Test container returns 500
I am using:
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<artifactId>jersey-test-framework-provider-grizzly2</artifactId>
<version>2.27</version>...
Nom1fan
Votes: 0
Answers: 1