Tim van Heugten
Tim van Heugten
When a test fails it is desirable to investigate the cause of failure. For this reason the reported seed is helpful, since it allows to repeat the exact same test....
When running a pb test it can be necessary to perform a setup or cleanup between each run. Via the listeners in the config it is possible to perform a...
For certain tests it might be useful to have access to a deterministic random source. For example when working on (large) lists with expensive computations, where it is too expensive...
##### Description OpenApi allows to define an open ended object (map). When generating Kotlin code for it, the class declaration contains a compile error. `data class Metadata(...) : kotlin.collections.HashMap{` is...
In a project where we use polymorphism quite a lot we identified that supertypes with a shared name might collide. The api spec output is therefore incorrect. Instead of producing...