Wave:Development: Difference between revisions

From BlueM
Jump to navigation Jump to search
m (Froehlich moved page Wave:Code to Wave:Development)
(Testing)
Line 7: Line 7:
Compiling BlueM.Wave requires a [https://www.steema.com/product/net TeeChart .NET] Pro license.
Compiling BlueM.Wave requires a [https://www.steema.com/product/net TeeChart .NET] Pro license.


For testing purposes, you can use the evaluation version of TeeChart by removing the file <code>My Project\TeeChart.licenses</code> from the project within Visual Studio. This will allow you to compile, but any charts will be displayed with a watermark.
For testing purposes, you can use the evaluation version of TeeChart by removing the (missing) file <code>My Project\TeeChart.licenses</code> from the project within Visual Studio. This will allow you to compile, but any charts will be displayed with a watermark.


==API==
==API==
Line 14: Line 14:
==Instructions==
==Instructions==
* [[Wave:AnalysisFactory|Creating a new analysis function]]
* [[Wave:AnalysisFactory|Creating a new analysis function]]
==Testing==
The repositoy contains an assembly <code>Wave.Tests</code> for unit testing. Tests can be run from within Visual Studio. To add new tests, follow the pattern of the existing ones and/or refer to the [https://docs.microsoft.com/en-us/visualstudio/test/using-microsoft-visualstudio-testtools-unittesting-members-in-unit-tests?view=vs-2022 MSTest framework docs].


[[Category:BlueM.Wave]]
[[Category:BlueM.Wave]]

Revision as of 11:27, 26 May 2022

Wave.png Wave | Download | Development

Source code

Source code and issues are managed on GitHub: https://github.com/bluemodel

Compilation

Compiling BlueM.Wave requires a TeeChart .NET Pro license.

For testing purposes, you can use the evaluation version of TeeChart by removing the (missing) file My Project\TeeChart.licenses from the project within Visual Studio. This will allow you to compile, but any charts will be displayed with a watermark.

API

Instructions

Testing

The repositoy contains an assembly Wave.Tests for unit testing. Tests can be run from within Visual Studio. To add new tests, follow the pattern of the existing ones and/or refer to the MSTest framework docs.