Tomer Gabel
Tomer Gabel
I have a couple of qualms with that idea: 1. `validation(...) must beInvalid` vs `validation(...) must fail` is an aesthetic preference. I could provide both, but that'll be a little...
I've started more seriously looking at this; I believe the ideal syntax would be something like: ``` scala // Test domain -- case class Container(f: String) case object Container {...
Unfortunately this (and any variant on the syntax) can never work. The problem is the way the Scala type inference work. Consider the following expression: ``` scala result should failOn(_.f1...
Well for the time being, I'm reducing the scope of this feature: basically, switch to using native matchers (for whichever testing library you end up using) in a backwards-compatible manner.
Actually, this makes little sense in the context of the documentation proper. Perhaps a document/post that describes the architecture and resulting code in detail. In the meantime, there doesn't appear...
This is currently blocked on scoverage/scalac-scoverage-plugin#118
Alas, still open due to sbt/sbt-doge#13
Hi @epiphyllum, I'm not quite sure what I'm looking at -- the unresolved dependency has to do with Ammonite, not Accord? Further, it seems you're depending on `com.wix:root_2.11` (which shouldn't...
Note that this is a known limitation as indicated by the [Spring integration documentation](https://github.com/wix/accord/tree/master/spring3).
Need some help figuring out the right kind of rendering. To start with, I added a test to the `issue36` branch so we can actually spec out the desired behavior;...