paypal / mocca

Mocca is a GraphQL client for JVM languages with the goal of being easy to use, flexible and modular.
MIT License
15 stars 14 forks source link

MoccaHttpClient common functional tests #32 #36

Closed crankydillo closed 2 years ago

crankydillo commented 3 years ago

Module with common tests that have to be explicitly included with each MoccaHttpClient project.

This will also include the JAXRS client issue (#31) fix as the common tests will cause that module's build to fail.

32

crankydillo commented 3 years ago

This is as far as I could get this morning (gradle hurdles mainly). Anyhow, I figured I'd get some early feedback. I am expecting some;)

crankydillo commented 3 years ago

Debating doing something similar, but basing off the existing func tests. My initial thought was we only need to make sure we could issue POST that produces/consumes the simplest graphql payloads, but we could run all the mocca tests. Feel free to share thoughts. For now, I'm leaning the way this code is, but I could easily be swayed..