Tim van Heugten

Results 5 issues of 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....

pinned 📌

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...

property-testing
pinned

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...

enhancement
discussion
property-testing
pinned

##### 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...

Issue: Bug

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...