Skip to content

Merge branch 'master' into fix-export-to-json #92

Merge branch 'master' into fix-export-to-json

Merge branch 'master' into fix-export-to-json #92

GitHub Actions / Maven Tests succeeded May 9, 2024 in 1s

41 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.MainUITest.xml 6✅ 3s
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.model.HttpSectionTest.xml 4✅ 6ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.model.RegexEntityTest.xml 7✅ 81ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.model.RegexScannerOptionsTest.xml 12✅ 108ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.RegexScannerTest.xml 4✅ 3s
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.RegexSeederTest.xml 2✅ 13ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.utils.FileUtilsTest.xml 6✅ 26ms

✅ target/surefire-reports/TEST-com.cys4.sensitivediscoverer.MainUITest.xml

6 tests were completed in 3s with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.cys4.sensitivediscoverer.MainUITest 6✅ 3s

✅ com.cys4.sensitivediscoverer.MainUITest

✅ testGetExtensionsRegexList
✅ testGetScannerOptions
✅ testGetExtensionName
✅ testGetGeneralRegexList
✅ testGetCallbacks
✅ testGetMainPanel

✅ target/surefire-reports/TEST-com.cys4.sensitivediscoverer.model.HttpSectionTest.xml

4 tests were completed in 6ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.cys4.sensitivediscoverer.model.HttpSectionTest 4✅ 6ms

✅ com.cys4.sensitivediscoverer.model.HttpSectionTest

✅ getDefault
✅ deserializeSections
✅ serializeSections
✅ testToString

✅ target/surefire-reports/TEST-com.cys4.sensitivediscoverer.model.RegexEntityTest.xml

7 tests were completed in 81ms with 7 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.cys4.sensitivediscoverer.model.RegexEntityTest 7✅ 81ms

✅ com.cys4.sensitivediscoverer.model.RegexEntityTest

✅ testDefaultRegexIsActive
✅ testGetSectionsHumanReadable
✅ testCheckRegexEntityFromCSV_extendedFormat
✅ testInvalidRegexConstructor
✅ testInvalidSectionsConstructor
✅ testCheckRegexEntityFromCSV_simpleFormat
✅ testActiveFlag

✅ target/surefire-reports/TEST-com.cys4.sensitivediscoverer.model.RegexScannerOptionsTest.xml

12 tests were completed in 108ms with 12 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.cys4.sensitivediscoverer.model.RegexScannerOptionsTest 12✅ 108ms

✅ com.cys4.sensitivediscoverer.model.RegexScannerOptionsTest

✅ testResetDefaultOptions
✅ testResetRegexList
✅ testSaveToPersistentStorage
✅ testEmptyPersistedRegexesLoading
✅ testInvalidScannerOptions
✅ testPersistedOptionsLoading
✅ testChangeRegexList
✅ testPersistedRegexesLoading
✅ testChangeOptions
✅ testChangeExtensionRegexList
✅ testResetExtensionRegexList
✅ testDefaultsOptions

✅ target/surefire-reports/TEST-com.cys4.sensitivediscoverer.RegexScannerTest.xml

4 tests were completed in 3s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.cys4.sensitivediscoverer.RegexScannerTest 4✅ 3s

✅ com.cys4.sensitivediscoverer.RegexScannerTest

✅ testGeneralRegexesNoFindings
✅ testGeneralRegexesNoDuplicatesInFindings
✅ testRefinerRegex
✅ testGeneralRegexesWithFindings

✅ target/surefire-reports/TEST-com.cys4.sensitivediscoverer.RegexSeederTest.xml

2 tests were completed in 13ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.cys4.sensitivediscoverer.RegexSeederTest 2✅ 13ms

✅ com.cys4.sensitivediscoverer.RegexSeederTest

✅ generalRegexesMatching
✅ extensionRegexesMatching

✅ target/surefire-reports/TEST-com.cys4.sensitivediscoverer.utils.FileUtilsTest.xml

6 tests were completed in 26ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.cys4.sensitivediscoverer.utils.FileUtilsTest 6✅ 26ms

✅ com.cys4.sensitivediscoverer.utils.FileUtilsTest

✅ testExportRegexListToCSV
✅ testImportRegexListFromCSV_simpleFormat
✅ testExportRegexListToJSON
✅ testImportRegexListFromCSV_extendedFormat
✅ testImportRegexListFromJSON
✅ testUnescapeCsvQuotes