Skip to content

Merge pull request #43 from CYS4srl/improve-import-export #35

Merge pull request #43 from CYS4srl/improve-import-export

Merge pull request #43 from CYS4srl/improve-import-export #35

GitHub Actions / Maven Tests succeeded Mar 20, 2024 in 1s

18 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.MainUITest.xml 6✅ 832ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.model.RegexEntityTest.xml 7✅ 29ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.RegexScannerTest.xml 3✅ 697ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.RegexSeederTest.xml 2✅ 76ms

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

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

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

✅ com.cys4.sensitivediscoverer.MainUITest

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

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

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

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

✅ com.cys4.sensitivediscoverer.model.RegexEntityTest

✅ checkRegexEntityFromCSV
✅ testDefaultRegexIsActive
✅ checkRegexEntityFromCSVNoSections
✅ getSectionsHumanReadable
✅ testInvalidRegexConstructor
✅ testInvalidSectionsConstructor
✅ testActiveFlag

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

3 tests were completed in 697ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.cys4.sensitivediscoverer.RegexScannerTest 3✅ 697ms

✅ com.cys4.sensitivediscoverer.RegexScannerTest

✅ testGeneralRegexesNoFindings
✅ testGeneralRegexesNoDuplicatesInFindings
✅ testGeneralRegexesWithFindings

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

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

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

✅ com.cys4.sensitivediscoverer.RegexSeederTest

✅ generalRegexesMatching
✅ extensionRegexesMatching