Skip to content

Merge pull request #60 from CYS4srl/fix-dialogs #117

Merge pull request #60 from CYS4srl/fix-dialogs

Merge pull request #60 from CYS4srl/fix-dialogs #117

GitHub Actions / Maven Tests succeeded Apr 23, 2024 in 0s

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✅ 640ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.model.HttpSectionTest.xml 4✅ 12ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.model.RegexEntityTest.xml 7✅ 32ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.model.RegexScannerOptionsTest.xml 12✅ 112ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.RegexScannerTest.xml 4✅ 951ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.RegexSeederTest.xml 2✅ 14ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.utils.FileUtilsTest.xml 6✅ 34ms

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

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

Test suite Passed Failed Skipped Time
com.cys4.sensitivediscoverer.MainUITest 6✅ 640ms

✅ 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 12ms with 4 passed, 0 failed and 0 skipped.

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

✅ com.cys4.sensitivediscoverer.model.HttpSectionTest

✅ getDefault
✅ deserializeSections
✅ serializeSections
✅ testToString

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

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

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

✅ 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 112ms with 12 passed, 0 failed and 0 skipped.

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

✅ 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 951ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.cys4.sensitivediscoverer.RegexScannerTest 4✅ 951ms

✅ com.cys4.sensitivediscoverer.RegexScannerTest

✅ testGeneralRegexesNoFindings
✅ testGeneralRegexesNoDuplicatesInFindings
✅ testRefinerRegex
✅ testGeneralRegexesWithFindings

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

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

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

✅ com.cys4.sensitivediscoverer.RegexSeederTest

✅ generalRegexesMatching
✅ extensionRegexesMatching

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

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

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

✅ com.cys4.sensitivediscoverer.utils.FileUtilsTest

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