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

Bump org.sonarqube from 4.3.0.3225 to 4.3.1.3277 #113

Merged
merged 1 commit into from
Sep 16, 2023

Bump org.sonarqube from 4.3.0.3225 to 4.3.1.3277

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

Bump org.sonarqube from 4.3.0.3225 to 4.3.1.3277 #113

Bump org.sonarqube from 4.3.0.3225 to 4.3.1.3277
27f19d4
Select commit
Loading
Failed to load commit list.
GitHub Actions / 🧪 Test results succeeded Sep 4, 2023 in 0s

🧪 Test results ✅

Tests passed successfully

Report Passed Failed Skipped Time
build/test-results/test/TEST-com.apptasticsoftware.integrationtest.RssReaderIntegrationTest.xml 30✅ 1⚪ 12s
build/test-results/test/TEST-com.apptasticsoftware.integrationtest.SortTest.xml 4✅ 7s
build/test-results/test/TEST-com.apptasticsoftware.rssreader.DateTimeTest.xml 22✅ 73ms
build/test-results/test/TEST-com.apptasticsoftware.rssreader.module.itunes.ItunesRssReaderTest.xml 5✅ 771ms
build/test-results/test/TEST-com.apptasticsoftware.rssreader.RssReaderTest.xml 15✅ 3s
build/test-results/test/TEST-com.apptasticsoftware.rssreader.util.ItemComparatorTest.xml 6✅ 884ms
build/test-results/test/TEST-com.apptasticsoftware.rssreader.util.MapperTest.xml 30✅ 288ms

✅ build/test-results/test/TEST-com.apptasticsoftware.integrationtest.RssReaderIntegrationTest.xml

31 tests were completed in 12s with 30 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
com.apptasticsoftware.integrationtest.RssReaderIntegrationTest 30✅ 1⚪ 12s

✅ com.apptasticsoftware.integrationtest.RssReaderIntegrationTest

✅ testBadEnclosureInfo()
✅ testAutoClose()
✅ investingcom()
✅ testReadFromFile()
✅ skipEmptyCategory()
✅ rssRealtid()
✅ nullHttpClient()
✅ zonedDateTime()
✅ testClose()
✅ rssWorldOfTank()
✅ testMultipleCategories()
✅ rssScb()
✅ testImageBadWidthHeight()
✅ testItemExtensionNoNamespace()
✅ testItemExtension()
✅ testHttpHeader()
✅ testChannelExtension()
✅ httpClient()
✅ investingcom_mest_lasta()
✅ testUserAgent()
✅ rssVAFinansBadUrl()
✅ testAtomFeed()
✅ rssKonjunkturinstitutet()
✅ diDigital()
✅ rssPlaceraString()
✅ rssPlacera()
✅ testCloseTwice()
✅ dateTime()
⚪ rssRiksbanken()
✅ rssBreakit()
✅ testAttributeExtension()

✅ build/test-results/test/TEST-com.apptasticsoftware.integrationtest.SortTest.xml

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

Test suite Passed Failed Skipped Time
com.apptasticsoftware.integrationtest.SortTest 4✅ 7s

✅ com.apptasticsoftware.integrationtest.SortTest

✅ testSortChannelTitle()
✅ testSortNewestFirst()
✅ testTimestampSortTest()
✅ testSortOldestFirst()

✅ build/test-results/test/TEST-com.apptasticsoftware.rssreader.DateTimeTest.xml

22 tests were completed in 73ms with 22 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.apptasticsoftware.rssreader.DateTimeTest 22✅ 73ms

✅ com.apptasticsoftware.rssreader.DateTimeTest

✅ badInputZonedDateTime()
✅ badInputNull()
✅ timestampWithNoTimezone()
✅ testWrongDayOfWeek()
✅ dateTimeFormat10()
✅ dateTimeFormat11()
✅ dateTimeFormat12()
✅ dateTimeFormat13()
✅ dateTimeFormat14()
✅ dateTimeFormat15()
✅ dateTimeFormat16()
✅ badInputLocalDateTime()
✅ dateTimeFormat1()
✅ dateTimeFormat2()
✅ dateTimeFormat3()
✅ dateTimeFormat4()
✅ dateTimeFormat5()
✅ dateTimeFormat6()
✅ dateTimeFormat7()
✅ dateTimeFormat8()
✅ dateTimeFormat9()
✅ dateOnly()

✅ build/test-results/test/TEST-com.apptasticsoftware.rssreader.module.itunes.ItunesRssReaderTest.xml

5 tests were completed in 771ms with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.apptasticsoftware.rssreader.module.itunes.ItunesRssReaderTest 5✅ 771ms

✅ com.apptasticsoftware.rssreader.module.itunes.ItunesRssReaderTest

✅ duration()
✅ equalsContract()
✅ readItunesPodcastFeed()
✅ badDuration()
✅ readItunesPodcastFeed2()

✅ build/test-results/test/TEST-com.apptasticsoftware.rssreader.RssReaderTest.xml

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

Test suite Passed Failed Skipped Time
com.apptasticsoftware.rssreader.RssReaderTest 15✅ 3s

✅ com.apptasticsoftware.rssreader.RssReaderTest

✅ imageHashCodeTest()
✅ channelHashCodeTest()
✅ leadingCRCharacter()
✅ leadingCRLDCharacters()
✅ itemEqualsTest()
✅ imageEqualsTest()
✅ channelEqualsTest()
✅ badFormattedXml()
✅ leadingWhitespace()
✅ equalsContract()
✅ Cdata()
✅ enclosureEqualsTest()
✅ emptyResponse()
✅ itemHashCodeTest()
✅ enclosureHashCodeTest()

✅ build/test-results/test/TEST-com.apptasticsoftware.rssreader.util.ItemComparatorTest.xml

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

Test suite Passed Failed Skipped Time
com.apptasticsoftware.rssreader.util.ItemComparatorTest 6✅ 884ms

✅ com.apptasticsoftware.rssreader.util.ItemComparatorTest

✅ testSortNewestItemWithDateTimeParser()
✅ testSortChannelTitle()
✅ testSortNewestItemWithCustomDateTimeParser()
✅ testSortOldestItemFirstWithDateTimeParser()
✅ testSortOldestItemFirst()
✅ testSortNewestItem()

✅ build/test-results/test/TEST-com.apptasticsoftware.rssreader.util.MapperTest.xml

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

Test suite Passed Failed Skipped Time
com.apptasticsoftware.rssreader.util.MapperTest 30✅ 288ms

✅ com.apptasticsoftware.rssreader.util.MapperTest

✅ testCreateIfNull()
✅ [1] true
✅ [2] TRUE
✅ [3] True
✅ [4] yes
✅ [5] YES
✅ [6] Yes
✅ [1] aaa
✅ [2] a1
✅ [3] 1a
✅ [1] false
✅ [2] FALSE
✅ [3] False
✅ [4] no
✅ [5] NO
✅ [6] No
✅ testCreateIfNullOptional()
✅ [1] 1
✅ [2] -1
✅ [3] 0
✅ [4] 12345
✅ [5] -12345
✅ [1] aaa
✅ [2] a1
✅ [3] 1a
✅ [1] 1
✅ [2] -1
✅ [3] 0
✅ [4] 12345
✅ [5] -12345