Method Summary |
|
public void | testCommentedPrefixDontSearchComment() Tests having a commented prefix without searching in comments. |
public void | testCommentedPrefixSearchComment() Tests having a commented prefix with searching in comments. |
public void | testDoesNotStartWithPrefix() Tests having text on a line before the prefix. |
public void | testMultCharPrefix() Tests multiple-character prefix. |
public void | testMultipleCharPrefix() Tests having a multiple character prefix. |
public void | testNoPrefix() Tests not having the prefix in the text. |
public void | testPrefixAtEnd() Prefix appears at the end of a document. |
public void | testStartsWithPrefixNoText() |
public void | testStartsWithPrefixWithText() |