Surefire Report
Summary
[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 58 | 0 | 0 | 0 | 100% | 37.84 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.mybatis.maven.mvnmigrate.util | 7 | 0 | 0 | 0 | 100% | 0.014 s |
| org.mybatis.maven.migrations_maven_plugin | 10 | 0 | 0 | 0 | 100% | 2.073 s |
| org.mybatis.maven.mvnmigrate.report | 11 | 0 | 0 | 0 | 100% | 0.015 s |
| org.mybatis.maven.mvnmigrate | 30 | 0 | 0 | 0 | 100% | 35.74 s |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
org.mybatis.maven.mvnmigrate.util
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| MavenOutputStreamTest | 7 | 0 | 0 | 0 | 100% | 0.014 s |
org.mybatis.maven.migrations_maven_plugin
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| HelpMojoTest | 10 | 0 | 0 | 0 | 100% | 2.073 s |
org.mybatis.maven.mvnmigrate.report
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| MigrationStatusReportViewTest | 6 | 0 | 0 | 0 | 100% | 0.009 s | |
| StatusCommandReportMojoTest | 5 | 0 | 0 | 0 | 100% | 0.006 s |
org.mybatis.maven.mvnmigrate
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| BootstrapCommandMojoTest | 2 | 0 | 0 | 0 | 100% | 0.635 s | |
| CheckCommandMojoTest | 4 | 0 | 0 | 0 | 100% | 0.433 s | |
| InitCommandMojoTest | 8 | 0 | 0 | 0 | 100% | 21.47 s | |
| PendingCommandMojoTest | 3 | 0 | 0 | 0 | 100% | 6.244 s | |
| RedoCommandMojoTest | 3 | 0 | 0 | 0 | 100% | 6.217 s | |
| ScriptCommandMojoTest | 5 | 0 | 0 | 0 | 100% | 0.297 s | |
| StatusCommandMojoTest | 2 | 0 | 0 | 0 | 100% | 0.201 s | |
| VersionCommandMojoTest | 3 | 0 | 0 | 0 | 100% | 0.241 s |
Test Cases
[Summary] [Package List] [Test Cases]
HelpMojoTest
BootstrapCommandMojoTest
| testBootstrapGoal | 0.568 s | |
| testBootstrapGoalSkip | 0.066 s |
CheckCommandMojoTest
| testCheckGoalSkip | 0.169 s | |
| testCheckGoalToString | 0.050 s | |
| testCheckGoalAfterAllMigrationsApplied | 0.143 s | |
| testCheckGoalWithPendingMigrations | 0.066 s |
InitCommandMojoTest
PendingCommandMojoTest
| testDownGoalDefaultSteps | 2.123 s | |
| testUpPendingDownAllDown | 2.073 s | |
| testDownGoalSkip | 2.048 s |
RedoCommandMojoTest
| testRedoGoalSkip | 2.097 s | |
| testRedoGoal | 2.060 s | |
| testRedoGoalWithSteps | 2.059 s |
MigrationStatusReportViewTest
StatusCommandReportMojoTest
ScriptCommandMojoTest
| testScriptGoal | 0.104 s | |
| testScriptPendingUndo | 0.047 s | |
| testScriptPending | 0.042 s | |
| testScriptToFileGoal | 0.044 s | |
| testScriptGoalSkip | 0.055 s |
StatusCommandMojoTest
| testStatusGoal | 0.155 s | |
| testStatusGoalSkip | 0.045 s |
MavenOutputStreamTest
VersionCommandMojoTest
| testUpGoalSkip | 0.133 s | |
| testUpVersionVersionDownGoal | 0.061 s | |
| testVersionGoalSkip | 0.044 s |
MyBatis