Christoph Ruegg
bc3cd95dfd
Build: upgrade to NUnit 3.2.1 and revert usage of extern alias as no longer needed
11 years ago
Christoph Ruegg
b866a4cb32
Build: try migrating to NUnit v3.2 (from v2)
Includes a workaround for a type collision when using NUnit3's .Net 2.0
build on .Net 3.5, see nunit/nunit#1349 for details.
Leverage Paket file-dependencies for FsUnit instead of NuGet packages
since it makes sense and the FsUnit NuGet package no longer supports
.Net 3.5. Partially migrate to FsUnitTypes where possible.
Since every unit test file had to be touched anyway, also fixes file headers
where they were broken.
No longer commit packages folder (.gitignore). Use restore.cmd to restore.
11 years ago
Christoph Ruegg
36a46bd7fc
Cleanup: no longer mention CodePlex in file headers, deprecate its release archive
11 years ago
Christoph Ruegg
b8ccb66a9d
Tests: Use Assert.That for exception tests
13 years ago
Christoph Ruegg
be4583d133
Precision: rework comparisons, similar to equality before
13 years ago
Christoph Ruegg
afc4f7e167
Precision: rework/cleanup (major)
13 years ago
Christoph Ruegg
8bc882bf88
Precision: cleanup
13 years ago
Christoph Ruegg
8f38ca706a
Precision: fix inconsistent behavior
13 years ago
Abratiychuk
3f470bc0bc
Fixed unit tests for Silverlight
Signed-off-by: abratiychuk <18.05.2011>
16 years ago
Marcus Cuda
7a1a0fc8f1
tests: added Andriy's ported NUnit tests and tweaked them for the solver changes
16 years ago
Christoph Ruegg
7c21d36316
Unit Tests: updated headers, minor clean up
17 years ago
Marcus Cuda
65ac0273f9
modified the thread queue to use wait/pulse instead of semaphores
17 years ago
Marcus Cuda
511b872aed
added complex32 type
17 years ago
Marcus Cuda
36b0498e6d
Removed AlmostZero and add reference to the NIST test data in the unit tests project
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
4ccfa45871
Project merging: renamed projects
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Christoph Ruegg
4ac2bae6fa
precision: custom type support, resharper
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
fc5bd1b6eb
precision: added relative-error almost-equal
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Marcus Cuda
eeb814fb8d
Added AlmostEquals method from Math.NET Iridium
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Christoph Ruegg
5542cb05c2
precision test: added Test attribute where missing
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
P. van der Velde
5f38d4e010
Changed Precision.Value to Precision.GetMagnitudeScaledValue
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
P. van der Velde
88da2a1705
- Fixed StyleCop issuesj
- Fixed issues brought up by Marcus in review.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
P. van der Velde
d6c9e34867
Merged Precision (dnA) and Number (Math.NET) and their tests.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago