C# 클래스 Alquimiaware.NuGetUnity.Tests.CommandArgsBuilderTests

파일 보기 프로젝트 열기: Alquimiaware/Nuget-Unity

보호된 메소드들

메소드 설명
AssertContains ( string expectedSubstring, string text ) : void
AssertContainsOption ( string args, string expectedOption, string expectedValue = null ) : void
AssertDoesntContain ( string unexpectedSubstring, string text ) : void
DefaultSources ( ) : Sources

비공개 메소드들

메소드 설명
CreateAnyCommandBuilder ( string localPackage = @"C:/Packages/", string remotePackage = null ) : CommandArgsBuilder
CreateEmptySources ( ) : Sources

메소드 상세

AssertContains() 보호된 메소드

protected AssertContains ( string expectedSubstring, string text ) : void
expectedSubstring string
text string
리턴 void

AssertContainsOption() 보호된 메소드

protected AssertContainsOption ( string args, string expectedOption, string expectedValue = null ) : void
args string
expectedOption string
expectedValue string
리턴 void

AssertDoesntContain() 보호된 메소드

protected AssertDoesntContain ( string unexpectedSubstring, string text ) : void
unexpectedSubstring string
text string
리턴 void

DefaultSources() 보호된 메소드

protected DefaultSources ( ) : Sources
리턴 Sources