SH-Tang / BalancedFieldLength

A C# implementation to calculate the balanced field length of an aircraft.
GNU General Public License v3.0
1 stars 0 forks source link

Add missing unit test for the MainWindowViewModel #28

Closed SH-Tang closed 4 years ago

SH-Tang commented 4 years ago

The MainWindowViewModel performs a calculation based on the private field calculation. However, it is not checked whether the values of this object are passed correctly to the calculation module. An unit test (which will be more of a system / integration test) is necessary to verify this behaviour.

SH-Tang commented 4 years ago

Tests added and moved to an integration test platform per e5bdb3c88b7fcc11a993913e03c9a6099dbe09d4

SH-Tang commented 4 years ago

Merge back performed per rev 72f48fa745e408f35a5da09bf5c2a292a91a2391