C# Class Affected.Cli.Tests.OutputGenerationTests

Tests for checking output files are generated at the proper path
Inheritance: Affected.Cli.Tests.BaseInvocationTest
Afficher le fichier Open project: leonardochaia/dotnet-affected

Méthodes publiques

Méthode Description
OutputGenerationTests ( ITestOutputHelper helper ) : System.IO

Private Methods

Méthode Description
Should_create_file_at_repo_root ( ) : Task
Using_relative_output_dir_should_create_file_inside_relative_dir ( ) : Task
When_using_output_name_should_create_file ( ) : Task
When_using_output_name_should_create_file_with_extension ( ) : Task

Method Details

OutputGenerationTests() public méthode

public OutputGenerationTests ( ITestOutputHelper helper ) : System.IO
helper ITestOutputHelper
Résultat System.IO