Code Monkey home page Code Monkey logo

Comments (10)

thalescm avatar thalescm commented on July 17, 2024 2

Issue posted there.
I think it makes sense to close this issue once there's a fix there and is updated here as well. WDYT?

from flank.

renas avatar renas commented on July 17, 2024 1

Yeah seems like it's not correctly identifying kotlin interfaces. If you can please submit this issue to the dex-test-parser project that would be great.

from flank.

bootstraponline avatar bootstraponline commented on July 17, 2024

@thalescm is this still happening on master? I see a fix has landed.

from flank.

renas avatar renas commented on July 17, 2024

Thanks for reporting this. Seems like the extraction of the test name is incorrect. We use this library for that:

https://github.com/linkedin/dex-test-parser

How should the below test look like in its correct form?

class com.nu.aab_transaction_detail.test_interface.InstallmentsAmountTest$DefaultImpls#testTransactionLoads_withInstallments_correctChargesSubtitleIsDisplayed

from flank.

thalescm avatar thalescm commented on July 17, 2024

@bootstraponline it was with the master version of 1 hour before I posted the issue.

from flank.

thalescm avatar thalescm commented on July 17, 2024

@renas I think I know what the problem is. InstallmentsAmountTest is a kotlin interface.
There are some cases on the app where this behavior is present, so we extracted the test and it get tested on many different places. This way we don't have to rewrite the same test over and over.

Probably the lib does not identify that this is an interface and chooses this method to run, when it can't

from flank.

bootstraponline avatar bootstraponline commented on July 17, 2024

Is this still an issue now that upstream is fixed?

from flank.

renas avatar renas commented on July 17, 2024

from flank.

leandroBorgesFerreira avatar leandroBorgesFerreira commented on July 17, 2024

Hi folks,

I'm facing this problem...

I get: Http error while creating test matrix: ResponseError 400:

When I have an interface with @Test

from flank.

bootstraponline avatar bootstraponline commented on July 17, 2024

Don't use @test on an interface.

from flank.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.