| |
|
| com.ecyrd.jspwiki.ReferenceManagerTest
ReferenceManagerTest | public class ReferenceManagerTest extends TestCase (Code) | | author: Torsten Hildebrandt. |
ReferenceManagerTest | public ReferenceManagerTest(String s)(Code) | | |
dumpReferenceManager | public static String dumpReferenceManager(ReferenceManager rm)(Code) | | Test method: dumps the contents of ReferenceManager link lists to stdout.
This method is NOT synchronized, and should be used in testing
with one user, one WikiEngine only.
|
suite | public static Test suite()(Code) | | |
testBecomesUnreferenced | public void testBecomesUnreferenced() throws Exception(Code) | | |
testNonExistant2 | public void testNonExistant2()(Code) | | |
testPluralSingularUpdate1 | public void testPluralSingularUpdate1() throws Exception(Code) | | |
testPluralSingularUpdate2 | public void testPluralSingularUpdate2() throws Exception(Code) | | |
testPluralSingularUpdate3 | public void testPluralSingularUpdate3() throws Exception(Code) | | |
testSingularReferences | public void testSingularReferences() throws Exception(Code) | | Should fail in 2.2.14-beta
throws: Exception - |
testUpdateBothExist | public void testUpdateBothExist() throws Exception(Code) | | |
testUpdateBothExist2 | public void testUpdateBothExist2() throws Exception(Code) | | |
testUpdateFoobar2s | public void testUpdateFoobar2s() throws Exception(Code) | | Opposite to testUpdatePluralOnlyRef(). Is a page with plural form recognized as
the page referenced by a singular link.
|
testUpdatePluralOnlyRef | public void testUpdatePluralOnlyRef() throws Exception(Code) | | Is a page recognized as referenced if only plural form links exist.
|
|
|
|