public class AuthorLastFirstAbbreviatorTester
extends TestCase
Constructor and Description |
---|
AuthorLastFirstAbbreviatorTester() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
abbreviate(java.lang.String name) |
void |
testFormat() |
void |
testJrAuthor()
Testcase for
http://sourceforge.net/tracker/index.php?func=detail&aid=1466924&group_id=92314&atid=600306
|
void |
testOneAuthorCommonName()
Verifies the Abbreviation of one single author with a common name.
|
void |
testOneAuthorSimpleName()
Verifies the Abbreviation of one single author with a simple name.
|
void |
testTwoAuthorsCommonName()
Verifies the Abbreviation of two single with a common name.
|
public void testOneAuthorSimpleName()
public void testOneAuthorCommonName()
public void testTwoAuthorsCommonName()
public void testJrAuthor()
public void testFormat()
protected java.lang.String abbreviate(java.lang.String name)