missing svn keywords and @version: $ tags
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@979392 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c9c9af98d8
commit
c6ba216574
|
@ -25,6 +25,7 @@ import junit.framework.TestCase;
|
|||
* Tests CharSequenceUtils
|
||||
*
|
||||
* @author Gary Gregory
|
||||
* @version $Id$
|
||||
*/
|
||||
public class CharSequenceUtilsTest extends TestCase {
|
||||
|
||||
|
|
|
@ -23,6 +23,10 @@ import java.util.Map;
|
|||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
/**
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class EnumUtilsTest extends TestCase {
|
||||
|
||||
public void testConstructable() {
|
||||
|
|
|
@ -28,6 +28,7 @@ import org.junit.Test;
|
|||
/**
|
||||
* Test the Pair class.
|
||||
* @author Matt Benson
|
||||
* @version $Id$
|
||||
*/
|
||||
public class PairTest {
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ import junit.framework.TestCase;
|
|||
* Tests the methods in the {@link org.apache.commons.lang3.Range} class.
|
||||
* </p>
|
||||
*
|
||||
* @version $Id: RangeTest.java 754804 2009-03-16 02:06:18Z sebb $
|
||||
* @version $Id$
|
||||
*/
|
||||
@SuppressWarnings("boxing")
|
||||
public class RangeTest extends TestCase {
|
||||
|
|
|
@ -33,7 +33,7 @@ import org.junit.Test;
|
|||
/**
|
||||
* Test class for {@code BasicThreadFactory}.
|
||||
*
|
||||
* @version $Id: $
|
||||
* @version $Id$
|
||||
*/
|
||||
public class BasicThreadFactoryTest {
|
||||
/** Constant for the test naming pattern. */
|
||||
|
|
|
@ -26,6 +26,7 @@ import java.util.List;
|
|||
|
||||
/**
|
||||
* @since 3.0
|
||||
* @version $Id$
|
||||
*/
|
||||
public class EventListenerSupportTest extends TestCase
|
||||
{
|
||||
|
|
|
@ -31,6 +31,7 @@ import java.util.TreeMap;
|
|||
|
||||
/**
|
||||
* @since 3.0
|
||||
* @version $Id$
|
||||
*/
|
||||
public class EventUtilsTest extends TestCase
|
||||
{
|
||||
|
|
|
@ -21,6 +21,7 @@ import junit.framework.TestCase;
|
|||
|
||||
/**
|
||||
* Unit tests for {@link org.apache.commons.lang3.text.translate.EntityArrays}.
|
||||
* @version $Id$
|
||||
*/
|
||||
public class EntityArraysTest extends TestCase {
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@ import java.io.IOException;
|
|||
|
||||
/**
|
||||
* Unit tests for {@link org.apache.commons.lang3.text.translate.LookupTranslator}.
|
||||
* @version $Id$
|
||||
*/
|
||||
public class LookupTranslatorTest extends TestCase {
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ import junit.framework.TestCase;
|
|||
|
||||
/**
|
||||
* Unit tests for {@link org.apache.commons.lang3.text.translate.NumericEntityEscaper}.
|
||||
* @version $Id$
|
||||
*/
|
||||
public class NumericEntityEscaperTest extends TestCase {
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ import junit.framework.TestCase;
|
|||
|
||||
/**
|
||||
* Unit tests for {@link org.apache.commons.lang3.text.translate.NumericEntityUnescaper}.
|
||||
* @version $Id$
|
||||
*/
|
||||
public class NumericEntityUnescaperTest extends TestCase {
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ import junit.framework.TestCase;
|
|||
|
||||
/**
|
||||
* Unit tests for {@link org.apache.commons.lang3.text.translate.UnicodeEscaper}.
|
||||
* @version $Id$
|
||||
*/
|
||||
public class UnicodeEscaperTest extends TestCase {
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ import junit.framework.TestCase;
|
|||
|
||||
/**
|
||||
* Unit tests for {@link org.apache.commons.lang3.text.translate.UnicodeEscaper}.
|
||||
* @version $Id$
|
||||
*/
|
||||
public class UnicodeUnescaperTest extends TestCase {
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ import junit.framework.TestCase;
|
|||
*
|
||||
* @author Robert Scholte
|
||||
* @since 3.0
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
// TODO: Add DateUtils.ceil()-tests if method is available
|
||||
public class DateUtilsRoundingTest extends TestCase {
|
||||
|
|
Loading…
Reference in New Issue