calculator/src
Eric Wong 43b2d4e536 Fix test code that never executes (#465)
Fixes #175.
Fixes loop in test code to verify that commands not supported by the unit converter viewmodel result in no-op.

Description of the changes:
Removed loop of range of enums with a being tested for no-ops since it added no intrinsic value (and the way that the range was handled was incorrect).  Considered adding an iterator over a static list of commands to validate against, but determined it didn't add any notable value.

How changes were validated:
Ran modified test to ensure it passes
2019-04-18 17:05:44 -07:00
..
build Hello GitHub 2019-01-28 16:24:37 -08:00
CalcManager Compile CalcManager project with or without precompiled headers (#436) 2019-04-17 17:28:45 -07:00
Calculator Refactored XAML x:Names (#433) 2019-04-18 16:01:47 -07:00
CalculatorUnitTests Fix test code that never executes (#465) 2019-04-18 17:05:44 -07:00
CalcViewModel Decrease CPU usage of OverflowTextBlock + optimization (#403) 2019-04-18 15:21:33 -07:00
Calculator.sln Remove .editorconfig from sln (#290) 2019-03-13 12:50:23 -07:00
nuget.config updating nuget.org source to point to V3 (#129) 2019-03-07 07:33:22 -08:00
Settings.XamlStyler Hello GitHub 2019-01-28 16:24:37 -08:00