great-expectations icon indicating copy to clipboard operation
great-expectations copied to clipboard

Jasmine-style expectations for Java

Results 5 great-expectations issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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)...