Add openrewrite-plugin with some initial recipes #147
GitHub Actions / Test Results
succeeded
Nov 20, 2024 in 0s
All 425 tests pass, 21 skipped in 1m 17s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
21 skipped tests found
There are 21 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ testMainEmpty()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ testMainInvalid()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ testParseAllLocalFiles()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ testParseLocalFile()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ testParseSingleLocalFiles()
org.dstadler.commons.graphviz.DotUtilsTest ‑ testInvalidDotExe
org.dstadler.commons.graphviz.DotUtilsTest ‑ testInvalidInput
org.dstadler.commons.graphviz.DotUtilsTest ‑ testPrivateConstructor
org.dstadler.commons.graphviz.DotUtilsTest ‑ testRenderGraph
org.dstadler.commons.graphviz.DotUtilsTest ‑ testRenderGraphInvalidFile
org.dstadler.commons.graphviz.DotUtilsTest ‑ testWriteHeaderContent
org.dstadler.commons.graphviz.DotUtilsTest ‑ testWriteHeaderFooter
org.dstadler.commons.graphviz.DotUtilsTest ‑ testWriteHeaderFooterEmptyLine
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testDownloadSpeed[UseAuth: false]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testDownloadSpeed[UseAuth: true]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testDownloadSpeed[UseAuth: false]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testDownloadSpeed[UseAuth: true]
org.dstadler.commons.http.NanoHTTPDTest ‑ testPortPreismonitor()
org.dstadler.commons.svn.SVNCommandsTest ‑ canLoadBranchLogForTimeframe()
org.dstadler.commons.util.DocumentStarterTest ‑ testStartURLWithBlanks
org.dstadler.commons.zip.ZipUtilsTest ‑ testIcefaces
Check notice on line 0 in .github
github-actions / Test Results
446 tests found
There are 446 tests, see "Raw output" for the full list of tests.
Raw output
org.dstadler.commons.arrays.ArrayUtilsTest ‑ testPrivateConstructor()
org.dstadler.commons.arrays.ArrayUtilsTest ‑ testToStringObjectArrayString()
org.dstadler.commons.arrays.ArrayUtilsTest ‑ testToStringObjectArrayStringStringString()
org.dstadler.commons.arrays.ArrayUtilsTest ‑ testToStringObjectArrayStringStringStringInvalid()
org.dstadler.commons.collections.CollectionUtilsTest ‑ testGetCombinedText()
org.dstadler.commons.collections.CollectionUtilsTest ‑ testPrivateConstructor()
org.dstadler.commons.collections.ConcurrentMappedCounterTest ‑ getNotFound()
org.dstadler.commons.collections.ConcurrentMappedCounterTest ‑ removeNotFound()
org.dstadler.commons.collections.ConcurrentMappedCounterTest ‑ test()
org.dstadler.commons.collections.ConcurrentMappedCounterTest ‑ testAddAll()
org.dstadler.commons.collections.ConcurrentMappedCounterTest ‑ testAddZero()
org.dstadler.commons.collections.ConcurrentMappedCounterTest ‑ testComparator()
org.dstadler.commons.collections.ConcurrentMappedCounterTest ‑ testComparatorObject()
org.dstadler.commons.collections.ConcurrentMappedCounterTest ‑ testCount()
org.dstadler.commons.collections.ConcurrentMappedCounterTest ‑ testGeneric()
org.dstadler.commons.collections.ConcurrentMappedCounterTest ‑ testMixedComparable()
org.dstadler.commons.collections.ConcurrentMappedCounterTest ‑ testMultipleThreads()
org.dstadler.commons.collections.ConcurrentMappedCounterTest ‑ testNullKey()
org.dstadler.commons.collections.ConcurrentMappedCounterTest ‑ testRemove()
org.dstadler.commons.collections.ConcurrentMappedCounterTest ‑ testSortedMapSorted()
org.dstadler.commons.collections.ConcurrentMappedCounterTest ‑ testSortedNonComparable()
org.dstadler.commons.collections.ConcurrentMappedCounterTest ‑ testSortedNonComparableValue()
org.dstadler.commons.collections.ConcurrentMappedCounterTest ‑ testToString()
org.dstadler.commons.collections.ConcurrentMappedCounterTest ‑ testToStringGeneric()
org.dstadler.commons.collections.ConcurrentMappedCounterTest ‑ testWithComparable()
org.dstadler.commons.collections.ConcurrentMappedCounterTest ‑ testWithNonComparable()
org.dstadler.commons.collections.MapUtilsTest ‑ testPrivateConstructor()
org.dstadler.commons.collections.MapUtilsTest ‑ testSortingByValue()
org.dstadler.commons.collections.MapUtilsTest ‑ testSortingByValueAndKey()
org.dstadler.commons.collections.MapUtilsTest ‑ testSortingByValueAndKeyEqualValue()
org.dstadler.commons.collections.MapUtilsTest ‑ testSortingByValueEqualValue()
org.dstadler.commons.collections.MappedCounterTest ‑ getNotFound()
org.dstadler.commons.collections.MappedCounterTest ‑ removeNotFound()
org.dstadler.commons.collections.MappedCounterTest ‑ test()
org.dstadler.commons.collections.MappedCounterTest ‑ testAddAll()
org.dstadler.commons.collections.MappedCounterTest ‑ testAddZero()
org.dstadler.commons.collections.MappedCounterTest ‑ testComparator()
org.dstadler.commons.collections.MappedCounterTest ‑ testComparatorObject()
org.dstadler.commons.collections.MappedCounterTest ‑ testCount()
org.dstadler.commons.collections.MappedCounterTest ‑ testGeneric()
org.dstadler.commons.collections.MappedCounterTest ‑ testMixedComparable()
org.dstadler.commons.collections.MappedCounterTest ‑ testNullKey()
org.dstadler.commons.collections.MappedCounterTest ‑ testRemove()
org.dstadler.commons.collections.MappedCounterTest ‑ testSortedMapSorted()
org.dstadler.commons.collections.MappedCounterTest ‑ testSortedNonComparable()
org.dstadler.commons.collections.MappedCounterTest ‑ testSortedNonComparableValue()
org.dstadler.commons.collections.MappedCounterTest ‑ testToString()
org.dstadler.commons.collections.MappedCounterTest ‑ testToStringGeneric()
org.dstadler.commons.collections.MappedCounterTest ‑ testWithComparable()
org.dstadler.commons.collections.MappedCounterTest ‑ testWithNonComparable()
org.dstadler.commons.collections.ObjectAccessorListTest ‑ allMethodsThrowException()
org.dstadler.commons.collections.ObjectAccessorListTest ‑ testEmpty()
org.dstadler.commons.collections.ObjectAccessorListTest ‑ testObjectAccess()
org.dstadler.commons.collections.ObjectAccessorListTest ‑ testObjectAccessWithChanges()
org.dstadler.commons.collections.UnsupportedCollectionTest ‑ allMethodsThrowException()
org.dstadler.commons.collections.UnsupportedCollectionTest ‑ test()
org.dstadler.commons.collections.UnsupportedListTest ‑ allMethodsThrowException()
org.dstadler.commons.collections.UnsupportedListTest ‑ test()
org.dstadler.commons.dashboard.DashboardXMLContentHandlerTest ‑ testParseContent
org.dstadler.commons.dashboard.DashboardXMLContentHandlerTest ‑ testStartElement
org.dstadler.commons.date.DateParserTest ‑ testComputeTimeAgoAsString
org.dstadler.commons.date.DateParserTest ‑ testComputeTimeAgoAsStringFailsInTheFuture
org.dstadler.commons.date.DateParserTest ‑ testInvalidInput
org.dstadler.commons.date.DateParserTest ‑ testParseURLDateAbsolute
org.dstadler.commons.date.DateParserTest ‑ testParseURLDateInvalid
org.dstadler.commons.date.DateParserTest ‑ testParseURLDateRelative
org.dstadler.commons.date.DateParserTest ‑ testPrivateConstructor
org.dstadler.commons.date.DateParserTest ‑ testReadableTime
org.dstadler.commons.date.DayCalendarTest ‑ testConstruct
org.dstadler.commons.date.DayCalendarTest ‑ testDayCalendar
org.dstadler.commons.date.DayCalendarTest ‑ testDayCalendarIntIntInt
org.dstadler.commons.date.DayCalendarTest ‑ testDayCalendarIntIntIntIntIntInt
org.dstadler.commons.date.DayCalendarTest ‑ testDayCalendarLong
org.dstadler.commons.date.DayCalendarTest ‑ testDiffDayPeriods
org.dstadler.commons.dynatrace.MeasureTest ‑ testAdjustmentFactor
org.dstadler.commons.dynatrace.MeasureTest ‑ testConstructors
org.dstadler.commons.dynatrace.MeasureTest ‑ testDynamicMeasureKeyRequired
org.dstadler.commons.dynatrace.MeasureTest ‑ testDynamicMeasureNameRequired
org.dstadler.commons.dynatrace.MeasureTest ‑ testSimple
org.dstadler.commons.email.EmailConfigTest ‑ test
org.dstadler.commons.email.MailserverConfigTest ‑ test
org.dstadler.commons.exec.BufferingLogOutputStreamTest ‑ test()
org.dstadler.commons.exec.BufferingLogOutputStreamTest ‑ testLargeData()
org.dstadler.commons.exec.BufferingLogOutputStreamTest ‑ testMultipleThreads()
org.dstadler.commons.exec.BufferingLogOutputStreamTest ‑ testOverride()
org.dstadler.commons.exec.ExecutionHelperTest ‑ testGetCommandResult()
org.dstadler.commons.exec.ExecutionHelperTest ‑ testGetCommandResultFailureNoOutput()
org.dstadler.commons.exec.ExecutionHelperTest ‑ testGetCommandResultIgnoreExitValueArgumentWithBlanks()
org.dstadler.commons.exec.ExecutionHelperTest ‑ testGetCommandResultIgnoreExitValueHelp()
org.dstadler.commons.exec.ExecutionHelperTest ‑ testGetCommandResultIgnoreExitValueInputStream()
org.dstadler.commons.exec.ExecutionHelperTest ‑ testGetCommandResultIgnoreExitValueStatus()
org.dstadler.commons.exec.ExecutionHelperTest ‑ testGetCommandResultIgnoreExitValueWrongCmd()
org.dstadler.commons.exec.ExecutionHelperTest ‑ testGetCommandResultIgnoreExitValueWrongCmdInputStream()
org.dstadler.commons.exec.ExecutionHelperTest ‑ testGetCommandResultInputStream()
org.dstadler.commons.exec.ExecutionHelperTest ‑ testGetCommandResultStream()
org.dstadler.commons.exec.ExecutionHelperTest ‑ testGetCommandResultWrongCmd()
org.dstadler.commons.exec.ExecutionHelperTest ‑ testGetCommandResultWrongCmdInputStream()
org.dstadler.commons.exec.ExecutionHelperTest ‑ testPrivateConstructor()
org.dstadler.commons.exec.ExecutionHelperTest ‑ testTriggerTimeout()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ parse()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ parseBrokenTime()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ parseEmptyLatLon()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ parseFile()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ parseFile2022a()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ parseFile2022b()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ parseFileRTE()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ parseFileTourenportal()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ parseInvalid()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ parseInvalidTime()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ parseInvalidXML()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ parseInvalidXMLSyntax()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ parseMetaData()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ parseNoTime()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ parseTime()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ testMain1()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ testMain2()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ testMainEmpty()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ testMainInvalid()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ testParseAllLocalFiles()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ testParseBrokenFile()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ testParseLocalFile()
org.dstadler.commons.gpx.GPXTrackpointsParserTest ‑ testParseSingleLocalFiles()
org.dstadler.commons.gpx.TrackPointTest ‑ test
org.dstadler.commons.graphviz.DotUtilsTest ‑ testInvalidDotExe
org.dstadler.commons.graphviz.DotUtilsTest ‑ testInvalidInput
org.dstadler.commons.graphviz.DotUtilsTest ‑ testPrivateConstructor
org.dstadler.commons.graphviz.DotUtilsTest ‑ testRenderGraph
org.dstadler.commons.graphviz.DotUtilsTest ‑ testRenderGraphInvalidFile
org.dstadler.commons.graphviz.DotUtilsTest ‑ testWriteHeaderContent
org.dstadler.commons.graphviz.DotUtilsTest ‑ testWriteHeaderFooter
org.dstadler.commons.graphviz.DotUtilsTest ‑ testWriteHeaderFooterEmptyLine
org.dstadler.commons.http.AbstractClientWrapperTest ‑ testAbstract[UseAuth: false]
org.dstadler.commons.http.AbstractClientWrapperTest ‑ testAbstract[UseAuth: true]
org.dstadler.commons.http.AbstractClientWrapperTest ‑ testGetHttpHostWithAuth[UseAuth: false]
org.dstadler.commons.http.AbstractClientWrapperTest ‑ testGetHttpHostWithAuth[UseAuth: true]
org.dstadler.commons.http.AbstractClientWrapperTest ‑ testHttpGetNullBody[UseAuth: false]
org.dstadler.commons.http.AbstractClientWrapperTest ‑ testHttpGetNullBody[UseAuth: true]
org.dstadler.commons.http.AbstractClientWrapperTest ‑ testHttpGet[UseAuth: false]
org.dstadler.commons.http.AbstractClientWrapperTest ‑ testHttpGet[UseAuth: true]
org.dstadler.commons.http.AbstractClientWrapperTest ‑ testWithIOException[UseAuth: false]
org.dstadler.commons.http.AbstractClientWrapperTest ‑ testWithIOException[UseAuth: true]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ microBenchmark[UseAuth: false]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ microBenchmark[UseAuth: true]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testCheckAndFetchFails[UseAuth: false]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testCheckAndFetchFails[UseAuth: true]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testDownloadFile[UseAuth: false]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testDownloadFile[UseAuth: true]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testDownloadSpeed[UseAuth: false]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testDownloadSpeed[UseAuth: true]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testEmptyResponseEntity[UseAuth: false]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testEmptyResponseEntity[UseAuth: true]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testHttpAsyncClientWrapperBytes[UseAuth: false]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testHttpAsyncClientWrapperBytes[UseAuth: true]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testHttpAsyncClientWrapperHTTPSBytes[UseAuth: false]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testHttpAsyncClientWrapperHTTPSBytes[UseAuth: true]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testHttpAsyncClientWrapperHTTPS[UseAuth: false]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testHttpAsyncClientWrapperHTTPS[UseAuth: true]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testHttpAsyncClientWrapperNormalGet[UseAuth: false]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testHttpAsyncClientWrapperNormalGet[UseAuth: true]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testRetrieveDataUser[UseAuth: false]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testRetrieveDataUser[UseAuth: true]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testRetrieveData[UseAuth: false]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testRetrieveData[UseAuth: true]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testSimpleGetBytesException[UseAuth: false]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testSimpleGetBytesException[UseAuth: true]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testSimpleGetBytesFails[UseAuth: false]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testSimpleGetBytesFails[UseAuth: true]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testSimpleGetException[UseAuth: false]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testSimpleGetException[UseAuth: true]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testSimpleGetFails[UseAuth: false]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testSimpleGetFails[UseAuth: true]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testSimpleGetStream[UseAuth: false]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testSimpleGetStream[UseAuth: true]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testSimpleGetWithBody[UseAuth: false]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testSimpleGetWithBody[UseAuth: true]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testSimpleGet[UseAuth: false]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testSimpleGet[UseAuth: true]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testSimplePost[UseAuth: false]
org.dstadler.commons.http.HttpAsyncClientWrapperTest ‑ testSimplePost[UseAuth: true]
org.dstadler.commons.http.HttpClientWrapperTest ‑ microBenchmark[UseAuth: false]
org.dstadler.commons.http.HttpClientWrapperTest ‑ microBenchmark[UseAuth: true]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testCheckAndFetchFails[UseAuth: false]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testCheckAndFetchFails[UseAuth: true]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testDownloadFile[UseAuth: false]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testDownloadFile[UseAuth: true]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testDownloadSpeed[UseAuth: false]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testDownloadSpeed[UseAuth: true]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testEmptyResponseEntity[UseAuth: false]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testEmptyResponseEntity[UseAuth: true]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testHttpClientWrapperBytes[UseAuth: false]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testHttpClientWrapperBytes[UseAuth: true]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testHttpClientWrapperHTTPSBytes[UseAuth: false]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testHttpClientWrapperHTTPSBytes[UseAuth: true]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testHttpClientWrapperHTTPS[UseAuth: false]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testHttpClientWrapperHTTPS[UseAuth: true]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testHttpClientWrapperNormalGet[UseAuth: false]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testHttpClientWrapperNormalGet[UseAuth: true]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testNewExpiresHeader[UseAuth: false]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testNewExpiresHeader[UseAuth: true]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testRetrieveDataUser[UseAuth: false]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testRetrieveDataUser[UseAuth: true]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testRetrieveData[UseAuth: false]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testRetrieveData[UseAuth: true]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testSimpleGetBytesException[UseAuth: false]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testSimpleGetBytesException[UseAuth: true]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testSimpleGetBytesFails[UseAuth: false]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testSimpleGetBytesFails[UseAuth: true]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testSimpleGetException[UseAuth: false]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testSimpleGetException[UseAuth: true]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testSimpleGetFails[UseAuth: false]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testSimpleGetFails[UseAuth: true]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testSimpleGetStream[UseAuth: false]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testSimpleGetStream[UseAuth: true]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testSimpleGetWithBody[UseAuth: false]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testSimpleGetWithBody[UseAuth: true]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testSimpleGet[UseAuth: false]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testSimpleGet[UseAuth: true]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testSimplePost[UseAuth: false]
org.dstadler.commons.http.HttpClientWrapperTest ‑ testSimplePost[UseAuth: true]
org.dstadler.commons.http.IPTest ‑ testEqualsHashCode
org.dstadler.commons.http.IPTest ‑ testIP
org.dstadler.commons.http.IPTest ‑ testReturnCode
org.dstadler.commons.http.NanoHTTPDTest ‑ testEncoding()
org.dstadler.commons.http.NanoHTTPDTest ‑ testInvalidEncoding()
org.dstadler.commons.http.NanoHTTPDTest ‑ testNoErrorLogDuringShutdown()
org.dstadler.commons.http.NanoHTTPDTest ‑ testPortOutOfRange()
org.dstadler.commons.http.NanoHTTPDTest ‑ testPortPreismonitor()
org.dstadler.commons.http.NanoHTTPDTest ‑ testRegexSearchParserSSLException()
org.dstadler.commons.http.NanoHTTPDTest ‑ testResponse()
org.dstadler.commons.http.NanoHTTPDTest ‑ testServe()
org.dstadler.commons.http.NanoHTTPDTest ‑ testServeException()
org.dstadler.commons.http.NanoHTTPDTest ‑ testServeFile()
org.dstadler.commons.http.NanoHTTPDTest ‑ testServeInvalidBindName()
org.dstadler.commons.http.NanoHTTPDTest ‑ testServeSuper()
org.dstadler.commons.http.NanoHTTPDTest ‑ testServeTimeoutInitial()
org.dstadler.commons.http.NanoHTTPDTest ‑ testServeTimeoutStarted()
org.dstadler.commons.http.NanoHTTPDTest ‑ testServeWithHeader()
org.dstadler.commons.http.NanoHTTPDTest ‑ testServeWithInvalidHeader()
org.dstadler.commons.http.NanoHTTPDTest ‑ testServerTwice()
org.dstadler.commons.http.UtilsTest ‑ testConnectionBreaks
org.dstadler.commons.http.UtilsTest ‑ testConnectionEmpty
org.dstadler.commons.http.UtilsTest ‑ testGetRandomIP
org.dstadler.commons.http.UtilsTest ‑ testGetRandomURL
org.dstadler.commons.http.UtilsTest ‑ testGetURL
org.dstadler.commons.http.UtilsTest ‑ testGetURLException
org.dstadler.commons.http.UtilsTest ‑ testIsIgnorableException
org.dstadler.commons.http.UtilsTest ‑ testPrivateConstructor
org.dstadler.commons.http.UtilsTest ‑ testSetSeed
org.dstadler.commons.image.ImageUtilsTest ‑ testGetTextAsPNG
org.dstadler.commons.image.ImageUtilsTest ‑ testPrivateConstructor
org.dstadler.commons.io.AllFilesDirectoryWalkerTest ‑ test
org.dstadler.commons.io.BufferedReaderWithPeekTest ‑ testClose
org.dstadler.commons.io.BufferedReaderWithPeekTest ‑ testReader
org.dstadler.commons.io.BufferedReaderWithPeekTest ‑ testReaderConstructor
org.dstadler.commons.io.BufferedReaderWithPeekTest ‑ testReaderInvalidFile
org.dstadler.commons.io.DeleteOnCloseInputStreamTest ‑ testCloseFileError
org.dstadler.commons.io.DeleteOnCloseInputStreamTest ‑ testCoverMethods
org.dstadler.commons.io.DeleteOnCloseInputStreamTest ‑ testDeleteOnCloseInputStream
org.dstadler.commons.io.DeleteOnCloseInputStreamTest ‑ testNullDelegate
org.dstadler.commons.io.DeleteOnCloseInputStreamTest ‑ testReset
org.dstadler.commons.io.TailInputStreamTest ‑ testTailInputStream
org.dstadler.commons.io.TailInputStreamTest ‑ testTailInputStreamEOL
org.dstadler.commons.io.TailInputStreamTest ‑ testTailInputStreamNewlines
org.dstadler.commons.io.TailInputStreamTest ‑ testTailInputStreamR
org.dstadler.commons.io.TailInputStreamTest ‑ testTailInputStreamRN
org.dstadler.commons.io.TailInputStreamTest ‑ testTailInputStreamRNOnly
org.dstadler.commons.io.TailInputStreamTest ‑ testTailInputStreamRead
org.dstadler.commons.logging.jdk.BriefLogFormatterTest ‑ testFormatLogRecord
org.dstadler.commons.logging.jdk.DefaultFormatterTest ‑ testFormatLogRecord
org.dstadler.commons.logging.jdk.DefaultFormatterTest ‑ testNullAppId
org.dstadler.commons.logging.jdk.DefaultFormatterTest ‑ testNullClassName
org.dstadler.commons.logging.jdk.DefaultFormatterTest ‑ testThrowableThrowsInAppendStackTrace
org.dstadler.commons.logging.jdk.LoggerFactoryTest ‑ testInitLogging
org.dstadler.commons.logging.jdk.LoggerFactoryTest ‑ testMake
org.dstadler.commons.logging.jdk.LoggerFactoryTest ‑ testPrivateConstructor
org.dstadler.commons.logging.jdk.LoggerFactoryTest ‑ testRolloverLogFileClosed
org.dstadler.commons.logging.jdk.LoggerFactoryTest ‑ testRolloverLogfile
org.dstadler.commons.logging.jdk.LoggerFactoryTest ‑ testRolloverLogfileException
org.dstadler.commons.logging.jdk.PatternFormatterTest ‑ testConstructor
org.dstadler.commons.logging.jdk.PatternFormatterTest ‑ testFormatLogRecord
org.dstadler.commons.logging.jdk.PatternFormatterTest ‑ testFormatLogRecordEmptyValues
org.dstadler.commons.logging.log4j.Log4jUtilsTest ‑ testPrivateConstructor
org.dstadler.commons.logging.log4j.Log4jUtilsTest ‑ testRolloverLogfile
org.dstadler.commons.metrics.MetricsUtilsTest ‑ testPrivateConstructor
org.dstadler.commons.metrics.MetricsUtilsTest ‑ testSendDocument
org.dstadler.commons.metrics.MetricsUtilsTest ‑ testSendMetric
org.dstadler.commons.metrics.MetricsUtilsTest ‑ testSendMetricFails
org.dstadler.commons.metrics.MetricsUtilsTest ‑ testSendMetricURL
org.dstadler.commons.metrics.MetricsUtilsTest ‑ testSendMetricWithSplitting
org.dstadler.commons.metrics.MovingAverageTest ‑ test
org.dstadler.commons.metrics.MovingAverageTest ‑ testGetLastAndWindow
org.dstadler.commons.metrics.MovingAverageTest ‑ testInvalidSize
org.dstadler.commons.net.AllowingHostnameVerifierTest ‑ instance
org.dstadler.commons.net.AllowingHostnameVerifierTest ‑ test
org.dstadler.commons.net.SocketUtilsTest ‑ testGetNextFreePort
org.dstadler.commons.net.SocketUtilsTest ‑ testPrivateConstructor
org.dstadler.commons.net.UrlUtilsTest ‑ testIsAvailable
org.dstadler.commons.net.UrlUtilsTest ‑ testIsAvailableInvalidUrl
org.dstadler.commons.net.UrlUtilsTest ‑ testIsAvailableSSLSocketFactory
org.dstadler.commons.net.UrlUtilsTest ‑ testPrivateConstructor
org.dstadler.commons.net.UrlUtilsTest ‑ testRetrieveDataPost
org.dstadler.commons.net.UrlUtilsTest ‑ testRetrieveDataPostSSLFactory
org.dstadler.commons.net.UrlUtilsTest ‑ testRetrieveDataString
org.dstadler.commons.net.UrlUtilsTest ‑ testRetrieveDataStringAccepted
org.dstadler.commons.net.UrlUtilsTest ‑ testRetrieveDataStringCreated
org.dstadler.commons.net.UrlUtilsTest ‑ testRetrieveDataStringFailed
org.dstadler.commons.net.UrlUtilsTest ‑ testRetrieveDataStringSSLFactory
org.dstadler.commons.net.UrlUtilsTest ‑ testRetrieveDataStringString
org.dstadler.commons.net.UrlUtilsTest ‑ testRetrieveDataStringStringEncoded
org.dstadler.commons.net.UrlUtilsTest ‑ testRetrieveDataStringStringInt
org.dstadler.commons.net.UrlUtilsTest ‑ testRetrieveDataStringTimeout
org.dstadler.commons.net.UrlUtilsTest ‑ testRetrievePostDataEmptyContentLength
org.dstadler.commons.net.UrlUtilsTest ‑ testRetrieveRawData
org.dstadler.commons.net.UrlUtilsTest ‑ testRetrieveRawDataEmptyContentLength
org.dstadler.commons.net.UrlUtilsTest ‑ testRetrieveRawDataInvalidHost
org.dstadler.commons.net.UrlUtilsTest ‑ testRetrieveRawDataSSLFactory
org.dstadler.commons.net.UrlUtilsTest ‑ testRunWithDifferentLoglevel
org.dstadler.commons.net.UrlUtilsTest ‑ testSSLHostNoFactory
org.dstadler.commons.net.UrlUtilsTest ‑ testSSLHostWithFacctory
org.dstadler.commons.os.SignalHandlingTest ‑ testPrivateConstructor
org.dstadler.commons.os.SignalHandlingTest ‑ testShutdownHook
org.dstadler.commons.os.WindowTitleTest ‑ testPrivateConstructor
org.dstadler.commons.os.WindowTitleTest ‑ testSetConsoleTitle
org.dstadler.commons.selenium.ChromeDriverUtilsTest ‑ testConfigureMatchingChromeDriver()
org.dstadler.commons.selenium.ChromeDriverUtilsTest ‑ testConfigureMatchingChromeDriverBlank()
org.dstadler.commons.selenium.ChromeDriverUtilsTest ‑ testConfigureMatchingChromeDriverInvalidVersion()
org.dstadler.commons.selenium.ChromeDriverUtilsTest ‑ testConfigureMatchingChromeDriverNull()
org.dstadler.commons.selenium.ChromeDriverUtilsTest ‑ testConfigureMatchingChromeDriverOldVersionFull()
org.dstadler.commons.selenium.ChromeDriverUtilsTest ‑ testConfigureMatchingChromeDriverWithVersion()
org.dstadler.commons.selenium.ChromeDriverUtilsTest ‑ testGetGoogleChromeVersion()
org.dstadler.commons.selenium.ChromeDriverUtilsTest ‑ testPrivateConstructor()
org.dstadler.commons.session.SessionXMLContentHandlerTest ‑ testEndElementStringStringString
org.dstadler.commons.svn.SVNCommandsTest ‑ canLoadBranchLogForTimeframe()
org.dstadler.commons.svn.SVNCommandsTest ‑ testBranchExists()
org.dstadler.commons.svn.SVNCommandsTest ‑ testCleanup()
org.dstadler.commons.svn.SVNCommandsTest ‑ testCommitMergeInfo()
org.dstadler.commons.svn.SVNCommandsTest ‑ testCopyBranch()
org.dstadler.commons.svn.SVNCommandsTest ‑ testGetBranchLogDate()
org.dstadler.commons.svn.SVNCommandsTest ‑ testGetBranchLogRevision()
org.dstadler.commons.svn.SVNCommandsTest ‑ testGetBranchLogRevisionRevision()
org.dstadler.commons.svn.SVNCommandsTest ‑ testGetBranchLogStream()
org.dstadler.commons.svn.SVNCommandsTest ‑ testGetBranchRevision()
org.dstadler.commons.svn.SVNCommandsTest ‑ testGetConflicts()
org.dstadler.commons.svn.SVNCommandsTest ‑ testGetLastRevision()
org.dstadler.commons.svn.SVNCommandsTest ‑ testMergeResult()
org.dstadler.commons.svn.SVNCommandsTest ‑ testMergeRevision()
org.dstadler.commons.svn.SVNCommandsTest ‑ testPrivateConstructor()
org.dstadler.commons.svn.SVNCommandsTest ‑ testRecordMerge()
org.dstadler.commons.svn.SVNCommandsTest ‑ testRevertAll()
org.dstadler.commons.svn.SVNCommandsTest ‑ testSVNDirectAccess()
org.dstadler.commons.svn.SVNCommandsTest ‑ testUpdate()
org.dstadler.commons.svn.SVNCommandsTest ‑ testVerifyNoPendingChanges()
org.dstadler.commons.svn.SVNLogFileParserTest ‑ test
org.dstadler.commons.svn.SVNLogFileParserTest ‑ testInvalidXML1InvalidNesting
org.dstadler.commons.svn.SVNLogFileParserTest ‑ testInvalidXML2NoRevision
org.dstadler.commons.svn.SVNLogFileParserTest ‑ testLogEntryPathsSorting
org.dstadler.commons.svn.SVNLogFileParserTest ‑ testParserProblem
org.dstadler.commons.svn.SVNLogFileParserTest ‑ testWithDifferentPathLimit
org.dstadler.commons.svn.SVNLogFileParserTest ‑ testWithLogEntryRunnable
org.dstadler.commons.svn.SVNLogFileParserTest ‑ testWithPaths
org.dstadler.commons.thread.ThreadUtilsTest ‑ testGetThreadsByNameMultiple
org.dstadler.commons.thread.ThreadUtilsTest ‑ testGetThreadsByNameNotFound
org.dstadler.commons.thread.ThreadUtilsTest ‑ testGetThreadsByNameOne
org.dstadler.commons.thread.ThreadUtilsTest ‑ testPrivateConstructor
org.dstadler.commons.thread.ThreadUtilsTest ‑ testStopStartedThread
org.dstadler.commons.util.ClientConstantsTest ‑ testPrivateConstructor
org.dstadler.commons.util.CredentialsTest ‑ testGetCredentialOrFail
org.dstadler.commons.util.CredentialsTest ‑ testGetCredentialOrNull
org.dstadler.commons.util.CredentialsTest ‑ testLoadCredentials
org.dstadler.commons.util.CredentialsTest ‑ testLoadInvalidFile
org.dstadler.commons.util.CredentialsTest ‑ testLoadProperties
org.dstadler.commons.util.CredentialsTest ‑ testPrivateConstructor
org.dstadler.commons.util.DocumentStarterTest ‑ test
org.dstadler.commons.util.DocumentStarterTest ‑ testStartURLWithBlanks
org.dstadler.commons.util.ExecutorUtilTest ‑ testLookupThreadFound
org.dstadler.commons.util.ExecutorUtilTest ‑ testLookupThreadNotFound
org.dstadler.commons.util.ExecutorUtilTest ‑ testPrivateConstructor
org.dstadler.commons.util.ExecutorUtilTest ‑ testShutdownNoThread
org.dstadler.commons.util.ExecutorUtilTest ‑ testShutdownWithThread
org.dstadler.commons.util.ExecutorUtilTest ‑ testThreadFactoryUnhandledException
org.dstadler.commons.util.ExecutorUtilTest ‑ testUnexpectedException
org.dstadler.commons.util.PrintSystemPropertiesTest ‑ testMain
org.dstadler.commons.util.PrintSystemPropertiesTest ‑ testPrivateConstructor
org.dstadler.commons.util.SimpleAuthenticatorTest ‑ testMultipleThreads
org.dstadler.commons.util.SimpleAuthenticatorTest ‑ testSimpleAuthenticator
org.dstadler.commons.util.SortedPropertiesTest ‑ testKeys
org.dstadler.commons.util.SortedPropertiesTest ‑ testKeysSort
org.dstadler.commons.util.ThreadDumpTest ‑ testThreadDump
org.dstadler.commons.util.ThreadDumpTest ‑ testThreadDumpWithLocks
org.dstadler.commons.util.ThreadDumpTest ‑ testThreadDumpWithSuspended
org.dstadler.commons.util.ThreadDumpTest ‑ testThreadDumpWithSync
org.dstadler.commons.xml.AbstractSimpleContentHandlerTest ‑ testCharacters
org.dstadler.commons.xml.AbstractSimpleContentHandlerTest ‑ testErrorSAXParseException
org.dstadler.commons.xml.AbstractSimpleContentHandlerTest ‑ testFatalErrorSAXParseException
org.dstadler.commons.xml.AbstractSimpleContentHandlerTest ‑ testGetConfigs
org.dstadler.commons.xml.AbstractSimpleContentHandlerTest ‑ testParseContentInputStream
org.dstadler.commons.xml.AbstractSimpleContentHandlerTest ‑ testParseContentNotFound
org.dstadler.commons.xml.AbstractSimpleContentHandlerTest ‑ testParseContentURL
org.dstadler.commons.xml.AbstractSimpleContentHandlerTest ‑ testParseContentURLFails
org.dstadler.commons.xml.AbstractSimpleContentHandlerTest ‑ testParseContentURLParseFails
org.dstadler.commons.xml.AbstractSimpleContentHandlerTest ‑ testParseContentURLSyntaxFails
org.dstadler.commons.xml.AbstractSimpleContentHandlerTest ‑ testWarningSAXParseException
org.dstadler.commons.xml.NodeListWrapperTest ‑ testNodeListWrapper
org.dstadler.commons.xml.NodeListWrapperTest ‑ testNodeListWrapperReadOverTheEnd
org.dstadler.commons.xml.NodeListWrapperTest ‑ testNodeListWrapperUnsupportedOperations
org.dstadler.commons.xml.TestXMLHelper ‑ testCreatingManyXMLReaders
org.dstadler.commons.xml.TestXMLHelper ‑ testXMLReader
org.dstadler.commons.zip.ZipFileCloseInputStreamTest ‑ testCoverMethods
org.dstadler.commons.zip.ZipFileCloseInputStreamTest ‑ testNullDelegate
org.dstadler.commons.zip.ZipFileCloseInputStreamTest ‑ testReset
org.dstadler.commons.zip.ZipFileCloseInputStreamTest ‑ testZipFileCloseInputStream
org.dstadler.commons.zip.ZipFileWalkerTest ‑ testStopWalk
org.dstadler.commons.zip.ZipFileWalkerTest ‑ testWalk
org.dstadler.commons.zip.ZipFileWalkerTest ‑ testWalkException
org.dstadler.commons.zip.ZipFileWalkerTest ‑ testWalkNotexisting
org.dstadler.commons.zip.ZipUtilsTest ‑ testExtractInvalidZip
org.dstadler.commons.zip.ZipUtilsTest ‑ testExtractNonExistingZip
org.dstadler.commons.zip.ZipUtilsTest ‑ testExtractZip
org.dstadler.commons.zip.ZipUtilsTest ‑ testExtractZipFromStream
org.dstadler.commons.zip.ZipUtilsTest ‑ testFindZip
org.dstadler.commons.zip.ZipUtilsTest ‑ testGetZipContentsDirectoryInsteadOfFile
org.dstadler.commons.zip.ZipUtilsTest ‑ testGetZipContentsInvalidZipFile
org.dstadler.commons.zip.ZipUtilsTest ‑ testGetZipContentsNotexistingInnerZipFile
org.dstadler.commons.zip.ZipUtilsTest ‑ testGetZipContentsRecursive
org.dstadler.commons.zip.ZipUtilsTest ‑ testGetZipContentsRecursive1
org.dstadler.commons.zip.ZipUtilsTest ‑ testGetZipContentsRecursive2
org.dstadler.commons.zip.ZipUtilsTest ‑ testGetZipContentsRecursiveError
org.dstadler.commons.zip.ZipUtilsTest ‑ testGetZipStringContentsDirectoryInsteadOfFile
org.dstadler.commons.zip.ZipUtilsTest ‑ testGetZipStringContentsInvalidZipFile
org.dstadler.commons.zip.ZipUtilsTest ‑ testGetZipStringContentsNotexistingInnerZipFile
org.dstadler.commons.zip.ZipUtilsTest ‑ testGetZipStringContentsRecursive
org.dstadler.commons.zip.ZipUtilsTest ‑ testGetZipStringContentsRecursive1
org.dstadler.commons.zip.ZipUtilsTest ‑ testGetZipStringContentsRecursive2
org.dstadler.commons.zip.ZipUtilsTest ‑ testGetZipStringContentsRecursiveEmptyFile
org.dstadler.commons.zip.ZipUtilsTest ‑ testGetZipStringContentsRecursiveError
org.dstadler.commons.zip.ZipUtilsTest ‑ testIcefaces
org.dstadler.commons.zip.ZipUtilsTest ‑ testIsFileInZip
org.dstadler.commons.zip.ZipUtilsTest ‑ testIsZip
org.dstadler.commons.zip.ZipUtilsTest ‑ testPrivateConstructor
org.dstadler.commons.zip.ZipUtilsTest ‑ testReplaceInZipAdd
org.dstadler.commons.zip.ZipUtilsTest ‑ testReplaceInZipFailed
org.dstadler.commons.zip.ZipUtilsTest ‑ testReplaceInZipReplace
org.dstadler.commons.zip.ZipUtilsTest ‑ testReplaceInZipReplaceEncoding
org.dstadler.commons.zip.ZipUtilsTest ‑ testWithDifferentLogLevel
org.dstadler.commons.zip.ZipUtilsTest ‑ testZipFileVisitor
org.dstadler.commons.zip.ZipUtilsTest ‑ testZipFileVisitorFails
Loading