Surefire Report
Summary
[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 63 | 0 | 0 | 1 | 98.4% | 1.720 s |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
Package List
[Summary] [Package List] [Test Cases]
| Package | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|
| org.apache.maven.scm.provider.svn.svnexe.command.remoteinfo | 2 | 0 | 0 | 0 | 100% | 1.197 s |
| org.apache.maven.scm.provider.svn.svnexe | 1 | 0 | 0 | 1 | 0% | 0 s |
| org.apache.maven.scm.provider.svn.svnexe.command.untag | 2 | 0 | 0 | 0 | 100% | 0.015 s |
| org.apache.maven.scm.provider.svn.svnexe.command.mkdir | 3 | 0 | 0 | 0 | 100% | 0.015 s |
| org.apache.maven.scm.provider.svn.svnexe.command.export | 2 | 0 | 0 | 0 | 100% | 0 s |
| org.apache.maven.scm.provider.svn.svnexe.command.info | 2 | 0 | 0 | 0 | 100% | 0 s |
| org.apache.maven.scm.provider.svn.svnexe.command.update | 15 | 0 | 0 | 0 | 100% | 0.263 s |
| org.apache.maven.scm.provider.svn.svnexe.command | 1 | 0 | 0 | 0 | 100% | 0.028 s |
| org.apache.maven.scm.provider.svn.svnexe.command.checkout | 5 | 0 | 0 | 0 | 100% | 0.013 s |
| org.apache.maven.scm.provider.svn.svnexe.command.list | 5 | 0 | 0 | 0 | 100% | 0.018 s |
| org.apache.maven.scm.provider.svn.svnexe.command.changelog | 20 | 0 | 0 | 0 | 100% | 0.128 s |
| org.apache.maven.scm.provider.svn.svnexe.command.checkin | 5 | 0 | 0 | 0 | 100% | 0.043 s |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
org.apache.maven.scm.provider.svn.svnexe.command.remoteinfo
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| SvnRemoteInfoCommandTest | 2 | 0 | 0 | 0 | 100% | 1.197 s |
org.apache.maven.scm.provider.svn.svnexe
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| SvnExeScmProviderTest | 1 | 0 | 0 | 1 | 0% | 0 s |
org.apache.maven.scm.provider.svn.svnexe.command.untag
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| SvnUntagCommandTest | 2 | 0 | 0 | 0 | 100% | 0.015 s |
org.apache.maven.scm.provider.svn.svnexe.command.mkdir
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| SvnMkdirCommandTest | 3 | 0 | 0 | 0 | 100% | 0.015 s |
org.apache.maven.scm.provider.svn.svnexe.command.export
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| SvnExportCommandTest | 2 | 0 | 0 | 0 | 100% | 0 s |
org.apache.maven.scm.provider.svn.svnexe.command.info
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| SvnInfoConsumerTest | 1 | 0 | 0 | 0 | 100% | 0 s | |
| SvnInfoCommandTest | 1 | 0 | 0 | 0 | 100% | 0 s |
org.apache.maven.scm.provider.svn.svnexe.command.update
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| SvnUpdateCommandTest | 15 | 0 | 0 | 0 | 100% | 0.263 s |
org.apache.maven.scm.provider.svn.svnexe.command
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| SvnCommandLineUtilsTest | 1 | 0 | 0 | 0 | 100% | 0.028 s |
org.apache.maven.scm.provider.svn.svnexe.command.checkout
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| SvnCheckOutConsumerTest | 1 | 0 | 0 | 0 | 100% | 0.001 s | |
| SvnCheckOutCommandTest | 4 | 0 | 0 | 0 | 100% | 0.012 s |
org.apache.maven.scm.provider.svn.svnexe.command.list
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| SvnListCommandTest | 5 | 0 | 0 | 0 | 100% | 0.018 s |
org.apache.maven.scm.provider.svn.svnexe.command.changelog
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| SvnChangeLogCommandTest | 14 | 0 | 0 | 0 | 100% | 0.101 s | |
| SvnChangeLogConsumerTest | 6 | 0 | 0 | 0 | 100% | 0.027 s |
org.apache.maven.scm.provider.svn.svnexe.command.checkin
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| SvnCheckInCommandTest | 5 | 0 | 0 | 0 | 100% | 0.043 s |
Test Cases
[Summary] [Package List] [Test Cases]
SvnExeScmProviderTest
| testGetRepositoryURLWindows | 0 s | |
| - | This test is for now ignore: it mock Logger and then asserts against it | - |
SvnUpdateCommandTest
SvnCheckOutConsumerTest
| testParseLine | 0 s |
SvnRemoteInfoCommandTest
| testNotExist | 0.569 s | |
| testExist | 0.628 s |
SvnUntagCommandTest
| testUntagSsh | 0.007 s | |
| testUntagHttp | 0.007 s |
SvnMkdirCommandTest
| testCommandLineMkdirUrlWithUsername | 0.003 s | |
| testCommandLineMkdirUrl | 0.005 s | |
| testCommandLineMkdirLocalPath | 0.006 s |
SvnInfoConsumerTest
| testParseDate | 0 s |
SvnExportCommandTest
| testGetExportCommandLineWithImplicitExportDirectory | 0 s | |
| testGetExportCommandLineWithExplicitExportDirectory | 0 s |
SvnCommandLineUtilsTest
| testCryptPassword | 0.012 s |
SvnInfoCommandTest
| testGetInfoOnEmptyFileSet | 0 s |
SvnListCommandTest
| testCommandLineWithUsernameAndTag | 0 s | |
| testCommandLineWithEmptyTag | 0.001 s | |
| testCommandLineWithWhitespaceTag | 0.006 s | |
| testCommandLineWithoutTag | 0.005 s | |
| testCommandLineTag | 0.005 s |
SvnChangeLogCommandTest
SvnChangeLogConsumerTest
SvnCheckOutCommandTest
| testRecursiveCheckOutCommandLine | 0 s | |
| testCommandLineWithEmptyRevision | 0 s | |
| testCommandLineWithoutRevision | 0.001 s | |
| testCommandLineWithRevision | 0.011 s |
SvnCheckInCommandTest
| testCommandLineWithUsernameWithoutNonInteractive | 0.011 s | |
| testCommandLineWithUsernameAndTag | 0.010 s | |
| testCommandLineWithEmptyTag | 0.008 s | |
| testCommandLineWithoutTag | 0.007 s | |
| testCommandLineTag | 0.007 s |
Failure Details
[Summary] [Package List] [Test Cases]
| testGetRepositoryURLWindows | |
| - | skipped: This test is for now ignore: it mock Logger and then asserts against it |


