Difference between revisions of "Paul Holser"
From CitconWiki
Jump to navigationJump to search(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | Senior applications engineer at [http://containerstore.com The Container Store] in Dallas. Test-infected since 2000. Former [http://thoughtworks.com ThoughtWorker], have been creating software since I was twelve. | |
+ | |||
+ | I am particularly interested these days in property-based testing as exemplified by QuickCheck, and continuous delivery. In fact, I've created [http://github.com/pholser/junit-quickcheck junit-quickcheck], an extension to the [http://github.com/junit-team/junit JUnit] theories mechanism to randomly generate values for parameters of JUnit theories. | ||
[http://home.roadrunner.com/~pholser My home page] | [http://home.roadrunner.com/~pholser My home page] | ||
[http://cleveralias.blogs.com My blog] | [http://cleveralias.blogs.com My blog] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 10:10, 15 August 2013
Senior applications engineer at The Container Store in Dallas. Test-infected since 2000. Former ThoughtWorker, have been creating software since I was twelve.
I am particularly interested these days in property-based testing as exemplified by QuickCheck, and continuous delivery. In fact, I've created junit-quickcheck, an extension to the JUnit theories mechanism to randomly generate values for parameters of JUnit theories.