This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cinst 1password | |
cinst 7zip | |
cinst 7zip.install | |
cinst adobereader | |
cinst autohotkey.portable | |
cinst beyondcompare | |
cinst DotNet4.5.1 | |
cinst fiddler4 | |
cinst WindowsLiveWriter | |
cinst githubforwindows |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class IntegrationTestConvention : Convention | |
{ | |
public IntegrationTestConvention() | |
{ | |
Classes | |
.NameEndsWith("Tests"); | |
Methods | |
.Where(method => method.IsVoid() || method.IsAsync()); |