Add project for automated tests
Had to remove the responsibility of providing the current version of the application from UpdateService. A new IVersionProvider can be used to get the version. This also allows for this to be mocked in tests.
This commit is contained in:
parent
8aff75dc2b
commit
86c906f8db
20 changed files with 337 additions and 74 deletions
|
|
@ -86,3 +86,6 @@ app.GenerateThumbnails();
|
|||
|
||||
app.Run();
|
||||
|
||||
public partial class Program
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue