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 |
public AssertChange ( string text, string expected ) : void | ||
text | string | |
expected | string | |
return | void |
public AssertNotChanged ( string text ) : void | ||
text | string | |
return | void |
public AssertNotChanged ( string text, string articleTitle ) : void | ||
text | string | |
articleTitle | string | |
return | void |
public AssertNotChanged ( string text, string articleTitle, string message ) : void | ||
text | string | |
articleTitle | string | |
message | string | |
return | void |
public GenFixes ( bool replaceReferenceTags ) : void | ||
replaceReferenceTags | bool | |
return | void |
public GenFixes ( string articleTitle ) : void | ||
articleTitle | string | |
return | void |
public GenfixesTestsBase ( ) : NUnit.Framework | ||
return | NUnit.Framework |