Wave:Development

From BlueM
Revision as of 12:27, 26 May 2022 by Froehlich (talk | contribs) (Testing)
Jump to navigation Jump to search

Wave.png Wave | 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.