Wave:Development: Difference between revisions

From BlueM
Jump to navigation Jump to search
(Testing)
(link to developer/API docs)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Wave_nav}}
{{Wave_nav}}


==Source code==
BlueM.Wave is written in VB.NET (currently targeting the .NET Framework 4.8).
Source code and issues are managed on GitHub: https://github.com/bluemodel


==Compilation==
The source code and issues are managed on GitHub: https://github.com/bluemodel/BlueM.Wave
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 (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.
Developer/API docs are hosted here: https://bluemodel.github.io/BlueM.Wave/
 
==API==
* [[Wave:API|API documentation]]
 
==Instructions==
* [[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]]

Latest revision as of 09:45, 7 November 2022

Wave.png Wave | Download | Development

BlueM.Wave is written in VB.NET (currently targeting the .NET Framework 4.8).

The source code and issues are managed on GitHub: https://github.com/bluemodel/BlueM.Wave

Developer/API docs are hosted here: https://bluemodel.github.io/BlueM.Wave/