Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search bar to filter scan results; fix UI logic #58

Merged
merged 17 commits into from
Apr 10, 2024

refactor: organized imports

b7e1f5f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Search bar to filter scan results; fix UI logic #58

refactor: organized imports
b7e1f5f
Select commit
Loading
Failed to load commit list.
GitHub Actions / Maven Tests succeeded Apr 10, 2024 in 1s

29 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.MainUITest.xml 6✅ 758ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.model.HttpSectionTest.xml 4✅ 6ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.model.RegexEntityTest.xml 7✅ 17ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.RegexScannerTest.xml 4✅ 816ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.RegexSeederTest.xml 2✅ 46ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.utils.FileUtilsTest.xml 6✅ 151ms

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

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

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

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

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

✅ com.cys4.sensitivediscoverer.model.RegexEntityTest

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

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

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

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

✅ com.cys4.sensitivediscoverer.RegexScannerTest

✅ testGeneralRegexesNoFindings
✅ testGeneralRegexesNoDuplicatesInFindings
✅ testRefinerRegex
✅ testGeneralRegexesWithFindings

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

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

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

✅ com.cys4.sensitivediscoverer.RegexSeederTest

✅ generalRegexesMatching
✅ extensionRegexesMatching

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

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

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

✅ com.cys4.sensitivediscoverer.utils.FileUtilsTest

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