Commit graph

9 commits

Author SHA1 Message Date
Fraser Waters
1d563f1749 Pin paket version and reinstall dependencies
Pinning the version of paket used should ensure that running of "paket
install" is reproducible ensuring our CI git diff check doesn't spuriously
fail.
2018-01-28 17:42:55 +00:00
Jarl Gullberg
6ad8b92c84
Split FsCheck data generators into a helper library (#716)
* Move generators and assertions to helper library.

* Add example usage to bezier curve tests.

* Add FsCheck to OpenTK.Tests.Math via paket.

* Tweak fsharp msbuild settings for OpenTK.Tests.Generators.
2018-01-09 12:06:39 +01:00
Unknown
113d380a2e Removed empty lines 2018-01-06 20:16:36 +01:00
Unknown
c5d597c545 Fixed params and names 2018-01-06 19:50:03 +01:00
Unknown
a875bfe6b9 Restructured Quaternion tests 2018-01-03 20:36:29 +01:00
Unknown
5aed63e396 Refactored helper unit test classes
Extracted classes which provides data and verify test results into seperate files.

Replaced String with string and removed the System namespace.
2018-01-03 19:46:04 +01:00
Unknown
079f5c5242 Fixed typos 2018-01-02 20:24:15 +01:00
Unknown
f0e5754abc Add unit tests which reveal converting problems with euler angles
Partly covered methods which converts between euler angles and quaternions.

Whats still missing here is applied rotation axis and rotation orientation (counter clockwise + right hand rule)
2018-01-02 17:47:33 +01:00
Fraser Waters
f7a30e2c50 xUnit math tests 2018-01-01 19:51:48 +00:00