QuickCheck Testing in Golang

Robert Weber
ITNEXT
Published in
6 min readApr 16, 2019

--

Previous in the series: https://itnext.io/types-and-specifications-c4d34ade6d5c

“We only see what we know.” Goethe

In my last article about testing I introduced the concepts of QuickCheck using what is ostensibly an untyped language, clojure. While I make the case that specification based checking is superior to relying on type systems for building correctness you may find yourself in…

--

--