Package net.sf.jabref.export.layout.format

Examples of net.sf.jabref.export.layout.format.AuthorFirstFirst


   * Test method for
   * {@link net.sf.jabref.export.layout.format.AuthorFirstFirst#format(java.lang.String)}.
   */
  public void testFormat() {
    assertEquals("John von Neumann and John Smith and Peter Black Brown, Jr",
      new AuthorFirstFirst()
        .format("von Neumann,,John and John Smith and Black Brown, Jr, Peter"));
  }
View Full Code Here

TOP

Related Classes of net.sf.jabref.export.layout.format.AuthorFirstFirst

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.