C# Class UnitTests.GenfixesTestsBase

Datei anzeigen Open project: reedy/AutoWikiBrowser

Public Methods

Method Description
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

Method Details

AssertChange() public method

public AssertChange ( string text, string expected ) : void
text string
expected string
return void

AssertNotChanged() public method

public AssertNotChanged ( string text ) : void
text string
return void

AssertNotChanged() public method

public AssertNotChanged ( string text, string articleTitle ) : void
text string
articleTitle string
return void

AssertNotChanged() public method

public AssertNotChanged ( string text, string articleTitle, string message ) : void
text string
articleTitle string
message string
return void

GenFixes() public method

public GenFixes ( ) : void
return void

GenFixes() public method

public GenFixes ( bool replaceReferenceTags ) : void
replaceReferenceTags bool
return void

GenFixes() public method

public GenFixes ( string articleTitle ) : void
articleTitle string
return void

GenfixesTestsBase() public method

public GenfixesTestsBase ( ) : NUnit.Framework
return NUnit.Framework

TalkGenFixes() public method

public TalkGenFixes ( ) : void
return void