Skip to content

BApp Store update v4.0.0 #2

BApp Store update v4.0.0

BApp Store update v4.0.0 #2

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✅ 751ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.model.HttpSectionTest.xml 4✅ 10ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.model.RegexEntityTest.xml 7✅ 30ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.model.RegexScannerOptionsTest.xml 12✅ 145ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.RegexScannerTest.xml 4✅ 976ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.RegexSeederTest.xml 2✅ 14ms
target/surefire-reports/TEST-com.cys4.sensitivediscoverer.utils.FileUtilsTest.xml 6✅ 35ms

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

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

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

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

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

✅ com.cys4.sensitivediscoverer.model.HttpSectionTest

✅ getDefault
✅ deserializeSections
✅ serializeSections
✅ testToString

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

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

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

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

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

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

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

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

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

✅ com.cys4.sensitivediscoverer.utils.FileUtilsTest

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