commons-lang/src/test/java/org/apache/commons/lang3
Basha ece2f255ee Increase test coverage of ToStringBuilder class to 100% 2017-04-29 19:22:59 +05:30
..
builder Increase test coverage of ToStringBuilder class to 100% 2017-04-29 19:22:59 +05:30
concurrent [LANG-1291] Provide annotations to document thread safety. 2017-04-17 12:00:09 -07:00
event Remove redundant type arguments. 2016-10-23 10:52:50 -07:00
exception use Assert#assertFalse instead of Assert#assertTrue with a negated condition 2017-04-22 22:25:52 +02:00
math Use uppercase L for long literals 2017-03-04 10:06:53 +01:00
mutable Remove test wildcard imports 2017-03-19 10:10:45 +01:00
reflect LANG-1317: Adds MethodUtils#findAnnotation and extend MethodUtils#getMethodsWithAnnotation for non-public, super-class and interface methods (closes #261) 2017-04-21 10:44:41 +02:00
test Fix a few broken @literal tags (closes #233) 2017-02-05 12:46:43 +01:00
text LANG-1316: Deprecate classes/methods moved to commons-text (closes #255) 2017-03-19 14:12:44 +01:00
time Remove test wildcard imports 2017-03-19 10:10:45 +01:00
tuple Remove redundant type arguments. 2016-10-23 10:52:50 -07:00
AnnotationUtilsTest.java Remove redundant semicolons from enums (closes #240) 2017-02-21 19:58:49 +01:00
ArchUtilsTest.java LANG-1313: Add ArchUtils - an utility class for the "os.arch" system property (closes #231) 2017-03-27 20:40:28 +02:00
ArrayUtilsAddTest.java Remove redundant casts (closes #235) 2017-02-14 23:10:56 +01:00
ArrayUtilsInsertTest.java Remove test wildcard imports 2017-03-19 10:10:45 +01:00
ArrayUtilsRemoveMultipleTest.java Use long literals (closes #248) 2017-03-04 10:07:11 +01:00
ArrayUtilsRemoveTest.java Use long literals (closes #248) 2017-03-04 10:07:11 +01:00
ArrayUtilsTest.java LANG-1272: Added shuffle methods to ArrayUtils 2017-04-19 18:54:23 +02:00
BitFieldTest.java use Assert#assertFalse instead of Assert#assertTrue with a negated condition 2017-04-22 22:25:52 +02:00
BooleanUtilsTest.java Remove redundant casts (closes #235) 2017-02-14 23:10:56 +01:00
CharEncodingTest.java CharEncodingTest: remove tests for java versions below 1.3.1 2016-09-25 20:21:01 +02:00
CharRangeTest.java Increase test coverage 2017-01-21 02:50:50 -05:00
CharSequenceUtilsTest.java Remove test wildcard imports 2017-03-19 10:10:45 +01:00
CharSetTest.java Removed spurious * lines before a */; mostly created by removing the @version lines 2015-05-05 12:21:05 -07:00
CharSetUtilsTest.java Removed spurious * lines before a */; mostly created by removing the @version lines 2015-05-05 12:21:05 -07:00
CharUtilsPerfRun.java fix non-critical typos in comments and JavaDoc 2016-11-23 00:41:58 +02:00
CharUtilsTest.java Fix copy-paste error in CharUtilsTest#testIsAsciiPrintable_char (closes #230) 2017-02-01 20:03:48 +01:00
ClassPathUtilsTest.java Removed @version $ from source per LANG-1129 2015-05-05 12:12:15 -07:00
ClassUtilsTest.java ClassUtilsTest: some tests can simplified because lang does not support java versions without autoboxing anymore 2017-03-12 13:44:03 +01:00
ConversionTest.java Removed spurious * lines before a */; mostly created by removing the @version lines 2015-05-05 12:21:05 -07:00
EnumUtilsTest.java EnumUtilsTest: fix spaces between enum constants (closes #241) 2017-02-22 23:22:31 +01:00
HashSetvBitSetTest.java LANG-1110: Implement HashSetvBitSetTest using JMH 2017-04-28 17:36:58 +02:00
JavaVersionTest.java Remove test wildcard imports 2017-03-19 10:10:45 +01:00
LocaleUtilsTest.java LANG-1312: LocaleUtils#toLocale does not support language followed by UN M.49 numeric-3 area code followed by variant 2017-04-17 12:55:42 +02:00
NotImplementedExceptionTest.java Removed spurious * lines before a */; mostly created by removing the @version lines 2015-05-05 12:21:05 -07:00
ObjectUtilsTest.java Use uppercase L for long literals 2017-03-04 10:06:53 +01:00
RandomStringUtilsTest.java Fix for LANG-1286: RandomStringUtils random method can overflow... 2016-12-14 06:27:04 +00:00
RandomUtilsTest.java JUnit imports (closes #247) 2017-02-28 23:33:26 +01:00
RangeTest.java Use long literals (closes #248) 2017-03-04 10:07:11 +01:00
SerializationUtilsTest.java Remove redundant type arguments. 2016-10-23 10:52:50 -07:00
StringEscapeUtilsTest.java LANG-1316: Deprecate classes/methods moved to commons-text (closes #255) 2017-03-19 14:12:44 +01:00
StringUtilsContainsTest.java reorganize test classes for StringUtils to make it clearer were tests for a method are located 2016-07-31 19:20:54 +02:00
StringUtilsEmptyBlankTest.java revert "LANG-1270: Add StringUtils#isAnyNotEmpty and #isAnyNotBlank" and add "LANG-1293: Add StringUtils#isAllEmpty and #isAllBlank methods" instead 2017-03-12 17:21:27 +01:00
StringUtilsEqualsIndexOfTest.java StringUtilsEqualsIndexOfTest: fix checkstyle violations 2017-03-19 10:31:21 +01:00
StringUtilsIsTest.java reorganize test classes for StringUtils to make it clearer were tests for a method are located 2016-07-31 19:20:54 +02:00
StringUtilsStartsEndsWithTest.java LANG-1316: Deprecate classes/methods moved to commons-text (closes #255) 2017-03-19 14:12:44 +01:00
StringUtilsSubstringTest.java Removed spurious * lines before a */; mostly created by removing the @version lines 2015-05-05 12:21:05 -07:00
StringUtilsTest.java Revert "LANG-1269: Wrong name or result of StringUtils#getJaroWinklerDistance (closes #198)" 2017-03-19 14:25:20 +01:00
StringUtilsTrimStripTest.java reorganize test classes for StringUtils to make it clearer were tests for a method are located 2016-07-31 19:20:54 +02:00
SystemUtilsTest.java [LANG-1297] SystemUtils.getHostName() API. Get test passing on Jenkins. 2016-12-14 15:31:53 -08:00
ThreadUtilsTest.java Fix potential NPE by checking for object identity instead of comparing one property only 2015-05-07 18:06:48 +02:00
ValidateTest.java Remove redundant type arguments. 2016-10-23 10:52:50 -07:00