aboutsummaryrefslogtreecommitdiffstats
path: root/utils-test/src
AgeCommit message (Expand)AuthorFilesLines
2024-02-07Remove Dmaap references from policy-commonrameshiyer272-34/+13
2023-09-21Java 17 Upgradeadheli.tavares3-8/+5
2023-01-31Upgrade and clean up dependenciesliamfallon1-4/+5
2021-09-22Don't use keytool in test codeJim Hahn2-37/+73
2021-09-20Revert ignoring tests in commonRam Krishna Verma1-6/+0
2021-09-13Work around test failure in staging jobliamfallon1-2/+8
2021-09-13Fix test failure in staging jobliamfallon1-2/+2
2021-06-18Use lombok in policy-common utils-testJim Hahn6-46/+19
2021-05-21Enhance toString methods in factory classesJim Hahn1-6/+3
2021-05-07Change java.util.regex to re2jJim Hahn1-2/+2
2021-05-06Fix sonars in policy-commonJim Hahn8-38/+36
2021-03-18Add utility to generate keystore for testingJim Hahn3-0/+291
2021-02-11Fix sonars from depeendency upgradeJim Hahn1-4/+4
2021-02-10More sonar issues in commonJim Hahn2-5/+11
2020-06-29Fix issues in common for new sonar rulesJim Hahn3-15/+22
2020-06-18More sonar issues in policy-commonJim Hahn3-23/+31
2020-06-17Cleanup various sonar issues in policy-commonJim Hahn3-5/+1
2020-04-06Address sonar issues in commonJim Hahn5-25/+9
2020-03-27More sonar issues cleanupPamela Dragosh3-8/+7
2020-03-24Sonar and eclipse warnings commonPamela Dragosh2-8/+5
2020-02-17Add PseudoExecutor to utils-testJim Hahn2-0/+130
2020-01-20Replace deprecated Nashorn javascript engineJim Hahn2-15/+16
2020-01-10Address items deprecated by move to java 11Jim Hahn1-2/+4
2019-09-16Eliminate constructors with side-effectsJim Hahn1-1/+1
2019-08-21Enhance TestTimeMultiJim Hahn18-185/+2394
2019-06-25Moving ToStringTester to utils-test moduleramverma1-0/+67
2019-06-12Apply simple sonar fixesJim Hahn6-71/+72
2019-02-28Get proper message in test logger appenderJim Hahn2-9/+18
2019-02-15Fix sonar issues with gson codeJim Hahn2-12/+28
2019-02-14Sonar fixesJim Hahn4-15/+50
2019-02-13Add gson handler and testsJim Hahn7-0/+804
2019-02-08Replace PolicyAssert with assertjJim Hahn2-149/+0
2019-01-08Replace expectException with AssertJJim Hahn1-31/+10
2018-10-03Support Throwables in expectException()Jim Hahn2-18/+39
2018-10-02Add expectException to policy-commonJim Hahn2-0/+128
2018-09-21Fix policy/common checkstyle issuesPamela Dragosh1-0/+7
2018-09-21new sonar issues in policy/commonJim Hahn2-29/+56
2018-09-14add more junit coverage to new Serializer classJim Hahn2-11/+333
2018-09-13add utility class to test serializable classesJim Hahn2-0/+184
2018-08-13Fix checkstyle in utilsPamela Dragosh10-909/+920
2018-08-10get time from correct timer objectJim Hahn1-1/+1
2018-07-10fixed Checkstyle warningsvamshi.nemalikonda2-138/+201
2018-07-03fixed Checkstyle warningsvamshi.nemalikonda1-31/+32
2018-06-19Add CurrentTime utilitiesJim Hahn4-0/+441
2018-06-07Removing checkstyle warnings from ErrorsTestervamshi.nemalikonda1-15/+17
2018-06-07Fixed most of the Checkstyle warnings.vamshi.nemalikonda1-14/+14
2018-03-15Removed checkstyle warningsmmis5-754/+742
2018-02-19Rename utils-test testXxx() methodsJim Hahn6-52/+52
2018-02-10Add AutoClose wrappers for JPA classesJim Hahn11-12/+12
2018-02-08Add ExtractAppender to facilite junit testsJim Hahn11-546/+1715