This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
from adf598a3fd Unit tests
new 309fcb5981 Unit tests
new 4cfe1de325 Unit tests
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/juneau/commons/utils/DateUtils.java | 535 ++------------------
.../commons/utils/GranularZonedDateTime.java | 230 ++++++++-
.../org/apache/juneau/commons/utils/IoUtils.java | 24 +-
.../apache/juneau/commons/utils/StringUtils.java | 50 --
.../org/apache/juneau/commons/utils/Utils.java | 27 +
.../apache/juneau/oapi/OpenApiParserSession.java | 2 +-
.../microservice/resources/LogsResource.java | 9 +-
.../juneau/rest/mock/MockServletResponse.java | 14 +-
.../juneau/commons/reflect/ClassInfo_Test.java | 156 +++---
.../juneau/commons/reflect/ElementInfo_Test.java | 2 +-
.../juneau/commons/reflect/ParameterInfo_Test.java | 14 +-
.../juneau/commons/utils/AnnotationUtils_Test.java | 84 ++--
.../juneau/commons/utils/CollectionUtils_Test.java | 2 +-
.../juneau/commons/utils/DateUtils_Test.java | 557 +++------------------
.../apache/juneau/commons/utils/IoUtils_Test.java | 227 ++++++++-
.../juneau/commons/utils/StringUtils_Test.java | 78 ---
.../httppart/OpenApiPartSerializer_Test.java | 10 +-
17 files changed, 759 insertions(+), 1262 deletions(-)