Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit Test coverage on Warewolf.Studio.ViewModels #38

Open
BarneyBuchan opened this issue Feb 24, 2016 · 0 comments
Open

Unit Test coverage on Warewolf.Studio.ViewModels #38

BarneyBuchan opened this issue Feb 24, 2016 · 0 comments

Comments

@BarneyBuchan
Copy link
Contributor

The project Warewolf.Studio.Viewmodels requires 90% Test coverage.

Create a MSTest unit test project called Warewolf.Studio.Viewmodels.Test
For ExplorerViewModel.cs

Create a corresponding MsTest Test class named ExplorerViewModelTest
Create a set of unit tests that tests the following classes up until at least 90% coverage

  •             ExplorerItemViewModel
    
  •             ExplorerViewModel
    
  •             EnvironmentViewModel
    
  •             ExplorerItemViewModel
    
  •             SingleEnvironmentExplorerViewModel
    
  •             DeploySourceExplorerViewModel
    
  •             DeployDestinationViewModel
    

Commands and methods should have 100% test Coverage.
Dependendencies must be injected and mocking should be carried out using the Moq framework.
Each class listed above must have test coverage of at least 90% by its test class and coverage must not be incidental.
All Tests in the project Warewolf.AcceptanceTesting.* must continue to pass.

WOLF-1394

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant