Skip to content

issues Search Results · repo:quarkiverse/quarkus-mockk language:Kotlin

Filter by

21 results
 (71 ms)

21 results

inquarkiverse/quarkus-mockk (press backspace or delete to remove)

Description When injecting a mock into a QuarkusTest I am not able to use the any() matcher in the every method to specify a mock implementation for my function, if the function has a non-primary parameter. ...
  • c15yi
  • Opened 
    on Jul 2, 2024
  • #308

I believe I am hitting this bug : https://github.com/mockk/mockk/issues/832 with version 2.1.0 og quarkus-mockk. I have tried the 2.2.0-SNAPSHOT from main which have an updated version of mockk and the ...
  • janpk
  • 1
  • Opened 
    on Apr 23, 2024
  • #282

I am developing a Quarkus Kubernetes operator that is interacting with AWS through the AWS SDK for Java and I m using mockk in my unit and integration tests. One of the cases that I need to mock are calls ...
  • Obirah
  • 1
  • Opened 
    on Nov 21, 2023
  • #244

Hi! I noticed that @InjectMock(relaxUnitFun = true) does not seem to work for suspending functions that return Unit. Is that intended by design or a bug? The test passes well when I configure @InjectMock(relaxed ...
  • marvedly
  • 2
  • Opened 
    on Sep 29, 2023
  • #236

Hello Team! I ve recently upgraded an app to Quarkus 3.2.3 from Quarkus 2.x. This included upgrading quarkus-mockk to 2.0.0 as per the documentation. I now get an exception when using InjectSpy. Caused ...
  • mpienaar-t
  • 3
  • Opened 
    on Aug 14, 2023
  • #224

Hello I have basic Rest Client @Path( /extensions ) @RegisterRestClient interface TestClient { @GET fun get(): String } And basic test (I am trying to mock) @QuarkusTest class InjectMockTest { ...
  • adampoplawski
  • 3
  • Opened 
    on Jan 11, 2023
  • #180

When running ./gradlew quarkusIntTest or ./gradlew testNative alongside mockito or quarkus-mockk, the following error is thrown: quarkus-mockk java.lang.NoSuchMethodException: io.quarkiverse.test.junit.mockk.internal.SetMockkMockAsBeanMockCallback.beforeEach(io.quarkus.test.junit.callback.QuarkusTestMethodContext) ...
  • danielspeixoto
  • 2
  • Opened 
    on Jan 6, 2023
  • #178

Reflection utils cannot find both bean instance and qualifier. For bean instance a problem is related with suspended Functions using generic type. import arrow.core.Either typealias AssignKeyboard = ...
  • rgonciarz
  • 1
  • Opened 
    on Dec 10, 2022
  • #173

Report fix from https://github.com/quarkusio/quarkus/pull/26597
  • glefloch
  • 1
  • Opened 
    on Jul 9, 2022
  • #139

After upgrading to Quarkus 2.8.0 the extension is broken because of: java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at ...
  • pschyma
  • 2
  • Opened 
    on Apr 13, 2022
  • #112
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub