Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 723 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 723 Bytes

RunTime

Simple program to calculate either pace/time/distance given the other two parameters.

Created to learn a bit more about WPF programming in visual studios.

Has five projects:

  • Wpf - contains the gui code. All done in xaml with no code behind.
  • ViewModels - contains the "glue" code between the gui and the model.
  • ViewModelsTest - contains the unit tests for the ViewModel.
  • Model - contains the "business" logic of the application.
  • ModelTest - contains the unit tests for the model.

Also uses OpenCover to create html output showing the code coverage. Run the "OpenCover.bat" file to generate output in the GeneratedReports directory.