Greg Haskins

Results 18 comments of Greg Haskins
trafficstars

Nice. Does it work with concrete types or only interfaces? I'm thinking people would really like to use this for mocks, which are frequently (with Mockito at least) concrete types....

Understood ✅ . A couple thoughts: - If it only works with interfaces, we should fail fast (throw an `IllegalArgumentException`) to help people realize that quickly, rather than getting a...

Let's put this idea on the shelf until we get lots of complaints about the syntax. Some boilerplate is pretty much expected in the Java world these days, so I...

Alright, I'm on board. Let's continue the discussion over in PR #122.

For what it’s worth, the Ginkgo `DescribeTable` feature doesn’t appear that widely used on GitHub, at least based on [this search](https://github.com/search?utf8=%E2%9C%93&q=%22ginkgo%2Fextensions%2Ftable%22+language%3AGo+-path%3Avendor&type=Code). 822 compared to about 57k [usages of Ginkgo](https://github.com/search?utf8=%E2%9C%93&q=%22onsi%2Fginkgo%22+language%3AGo+-path%3Avendor&type=Code) overall...

@ashleyfrieze I will merge this, but there's a small conflict with `master` now. Sorry I let this PR sit out here way too long!

Specifically, @braghome, it would be helpful if you could share a version of our Specs file, perhaps with the contents of the tests removed if you can't share those. This...

It's cool to see Spectrum being used in new places. I don't think we've tried it with Android yet. I know for a while you couldn't use Java 8 on...