nalgebra/tests
Eduard Bopp 5ca3e41375 Implement AssertEq for reference types
Just as the standard library's PartialEq is implemented for reference types,
the ApproxEq trait should be implemented on them as well. This is mostly an
ergonomic improvement for certain testing situations, where a method yields a
reference. For non-copy types it allows using the assert_approx_… macros, which
would otherwise not be possible.
2015-01-25 19:51:07 +01:00
..
arbitrary.rs Implement Arbitrary for (almost) all types 2015-01-10 01:36:13 +01:00
assert.rs Implement AssertEq for reference types 2015-01-25 19:51:07 +01:00
mat.rs Fix type errors in tests 2015-01-24 18:26:36 +01:00
quat.rs Fix tests and benches. 2015-01-09 22:58:17 +01:00
vec.rs Use slice and range syntax when possible. 2015-01-09 22:46:26 +01:00