Sam

Results 67 issues of Sam

https://jqwik.net/docs/current/user-guide.html#stateful-testing https://hypothesis.readthedocs.io/en/latest/stateful.html

enhancement ✨
property-testing 📏
pinned 📌

"TypeError: Cannot read property '_value_1' of undefined" only in node output with Kotlin 1.6 and coroutines See kotlin compiler issue : https://youtrack.jetbrains.com/issue/KT-49851 _Originally posted by @sksamuel in https://github.com/kotest/kotest/issues/2565#issuecomment-976012531_

framework
external
pinned

See https://twitter.com/JavierSegoviaCo/status/1390450131691098115

enhancement
assertions
pinned

**What is your use-case and why do you need this feature?** If you have a data class with many "unsupported" types, but very common types in the JDK it is...

feature
Static modules

Eg, `case class TransientFoo(a: String, @transient b: String, c: String)` The annotations array for all 3 params is empty.

I am currently spread too thin between many open source projects, and since I don't currently use Scala, this project would benefit from someone owning it full time. If anyone...

Here is something I do quite a bit. I'll have ``` a match { case Some(b) => case None => } ``` And then I'll add a guard to the...

new inspection