C# 클래스 UnitTests.GenfixesTestsBase

파일 보기 프로젝트 열기: reedy/AutoWikiBrowser

공개 메소드들

메소드 설명
AssertChange ( string text, string expected ) : void
AssertNotChanged ( string text ) : void
AssertNotChanged ( string text, string articleTitle ) : void
AssertNotChanged ( string text, string articleTitle, string message ) : void
GenFixes ( ) : void
GenFixes ( bool replaceReferenceTags ) : void
GenFixes ( string articleTitle ) : void
GenfixesTestsBase ( ) : NUnit.Framework
TalkGenFixes ( ) : void

메소드 상세

AssertChange() 공개 메소드

public AssertChange ( string text, string expected ) : void
text string
expected string
리턴 void

AssertNotChanged() 공개 메소드

public AssertNotChanged ( string text ) : void
text string
리턴 void

AssertNotChanged() 공개 메소드

public AssertNotChanged ( string text, string articleTitle ) : void
text string
articleTitle string
리턴 void

AssertNotChanged() 공개 메소드

public AssertNotChanged ( string text, string articleTitle, string message ) : void
text string
articleTitle string
message string
리턴 void

GenFixes() 공개 메소드

public GenFixes ( ) : void
리턴 void

GenFixes() 공개 메소드

public GenFixes ( bool replaceReferenceTags ) : void
replaceReferenceTags bool
리턴 void

GenFixes() 공개 메소드

public GenFixes ( string articleTitle ) : void
articleTitle string
리턴 void

GenfixesTestsBase() 공개 메소드

public GenfixesTestsBase ( ) : NUnit.Framework
리턴 NUnit.Framework

TalkGenFixes() 공개 메소드

public TalkGenFixes ( ) : void
리턴 void