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
030e94daf5
Fourier: fix Bluestein for sequences with more than 46341 samples (not power-of-two). #286
12 years ago
Christoph Ruegg
3992a32123
Tests: more consistent naming in AssertHelpers
13 years ago
Christoph Ruegg
671c9639bc
FFT: code reorg, drop Transform class (now redundant)
13 years ago
Christoph Ruegg
cb08427ac9
FFT: Fourier and Hartley classes now static, compact names, dropped Algorithms namespace
13 years ago
Christoph Ruegg
b51b0c1294
Drop redundant SignalGenerator and Signals namespace (use Generate instead)
13 years ago
Christoph Ruegg
f83d6469fe
Generate: Periodic; LinearSpacedMap, LinearRangeMap
13 years ago
Christoph Ruegg
5d9699eb0a
Generate: Map, RandomMap; prepare to phase out SignalGenerator
13 years ago
Christoph Ruegg
f2e0ad6f10
Tests: test category attributes
13 years ago
Christoph Ruegg
afc4f7e167
Precision: rework/cleanup (major)
13 years ago
Christoph Ruegg
2f275c1fb0
Build: make whole unit test suite hybrid so it can run against all portable profiles
13 years ago
Christoph Ruegg
e37498618b
Distributions: move files (ns sync), clean up
13 years ago
Christoph Ruegg
fc1d4a4715
Distributions: ctor overloads that accept Random argument
13 years ago
Christoph Ruegg
e6ac48bf5f
Tests: make integral transform tests deterministic (by seed)
14 years ago
Abratiychuk
3f470bc0bc
Fixed unit tests for Silverlight
Signed-off-by: abratiychuk <18.05.2011>
16 years ago
Christoph Ruegg
fcc7598bf2
Move Sampling/Sample to Signals/SignalGenerator to avoid confusion with statistical sampling
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
abb46af960
synced up complex code to use the .NET 4.0 Complex class
oved the Silverlight project to Silverlight 4 RC2 - needed to support the .NET 4.0 complex class
17 years ago
Marcus Cuda
3c8fe6da01
started syncing up the complex api with .NET 4.0
17 years ago
Christoph Ruegg
8bf88a71bf
sampling: applying random sampling to unit tests
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
c2a756bb7f
sampling: applying to unit tests to replace custom sampling providers
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
283fd6e2f9
unit tests: new generic argument checking contract, functional helpers now globally available
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
b3f8ebbaf1
transforms: reorganized unit tests, now full coverage
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Christoph Ruegg
9b8706b7fb
transforms: facade test
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
17 years ago
Marcus Cuda
4ccfa45871
Project merging: renamed projects
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago