C# Class Alquimiaware.NuGetUnity.Tests.CommandArgsBuilderTests

Afficher le fichier Open project: Alquimiaware/Nuget-Unity

Méthodes protégées

Méthode Description
AssertContains ( string expectedSubstring, string text ) : void
AssertContainsOption ( string args, string expectedOption, string expectedValue = null ) : void
AssertDoesntContain ( string unexpectedSubstring, string text ) : void
DefaultSources ( ) : Sources

Private Methods

Méthode Description
CreateAnyCommandBuilder ( string localPackage = @"C:/Packages/", string remotePackage = null ) : CommandArgsBuilder
CreateEmptySources ( ) : Sources

Method Details

AssertContains() protected méthode

protected AssertContains ( string expectedSubstring, string text ) : void
expectedSubstring string
text string
Résultat void

AssertContainsOption() protected méthode

protected AssertContainsOption ( string args, string expectedOption, string expectedValue = null ) : void
args string
expectedOption string
expectedValue string
Résultat void

AssertDoesntContain() protected méthode

protected AssertDoesntContain ( string unexpectedSubstring, string text ) : void
unexpectedSubstring string
text string
Résultat void

DefaultSources() protected méthode

protected DefaultSources ( ) : Sources
Résultat Sources