great-expectations
great-expectations copied to clipboard
Jasmine-style expectations for Java
Bumps [junit](https://github.com/junit-team/junit4) from 4.8.2 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Things got a little ugly around the number matchers because of some limitations of generics and autoboxing. The result for the end-user of Great Expectations is nice, though. Let me...
This will fix compatbility issues when using g-e together with the latest alpha of robolectric. All tests still pass.
just upgraded to 0.13 and getting compilation errors: ``` TestHelper.java:69: cannot find symbol symbol : method valueOf(long) location: bound of type variable T ``` test is of form: ``` java...
Hi. I find Eclipse doesn't like the suggested Expect.java code with the 0.12 library. This is Java 1.6, Eclipse 3.6's response to the suggested Long: public static LongMatcher expect(T actual)...