Skip to content

Instantly share code, notes, and snippets.

@tomasherman
Created June 17, 2011 13:40
Show Gist options
  • Save tomasherman/1031429 to your computer and use it in GitHub Desktop.
Save tomasherman/1031429 to your computer and use it in GitHub Desktop.
SBT 0.10 test output
Tomas-Hermans-MacBook:specus tomasherman$ sbt
[info] Set current project to specus (in build file:/Users/tomasherman/workspace/specus/)
> test
[info] No tests to run.
[info] No tests to run.
[info] DecodingUtils should
[info] + decode byte
[info] + decode short
[info] + decode int
[info] + decode long
[info] + decode flaot
[info] + decode double
[info] + decode String 16
[info] + decode String 8
[info] + decode Boolean
[info] + decode multiple
[info] + decode Metadata
[info]
[info]
[info] Total for specification DecodingUtilsSpec
[info] Finished in 216 ms
[info] 11 examples, 0 failure, 0 error
[info]
[info] DependencyInjection should
[info] + (mokcing test)
[info] + exception when config not set
[info] + structural type injecting
[info] + exception when config assigned twice
[info]
[info]
[info] Total for specification DISpec
[info] Finished in 119 ms
[info] 4 examples, 0 failure, 0 error
[info]
[info] DecodingUtils should
[info] + decode byte
[info] + decode short
[info] + decode int
[info] + decode long
[info] + decode flaot
[info] + decode double
[info] + decode String 16
[info] + decode String 8
[info] + decode Boolean
[info] + decode multiple
[info] + decode Metadata
[info]
[info]
[info] Total for specification DecodingUtilsSpec
[info] Finished in 216 ms
[info] 11 examples, 0 failure, 0 error
[info]
[info] DependencyInjection should
[info] + (mokcing test)
[info] + exception when config not set
[info] + structural type injecting
[info] + exception when config assigned twice
[info]
[info]
[info] Total for specification DISpec
[info] Finished in 119 ms
[info] 4 examples, 0 failure, 0 error
[info]
[info] DependencyInjection should
[info] + (mokcing test)
[info] + exception when config not set
[info] + structural type injecting
[info] + exception when config assigned twice
[info]
[info]
[info] Total for specification DISpec
[info] Finished in 119 ms
[info] 4 examples, 0 failure, 0 error
[info]
[info] DependencyInjection should
[info] + (mokcing test)
[info] + exception when config not set
[info] + structural type injecting
[info] + exception when config assigned twice
[info]
[info]
[info] Total for specification DISpec
[info] Finished in 119 ms
[info] 4 examples, 0 failure, 0 error
[info]
[info] DecodingUtils should
[info] + decode byte
[info] + decode short
[info] + decode int
[info] + decode long
[info] + decode flaot
[info] + decode double
[info] + decode String 16
[info] + decode String 8
[info] + decode Boolean
[info] + decode multiple
[info] + decode Metadata
[info]
[info]
[info] Total for specification DecodingUtilsSpec
[info] Finished in 216 ms
[info] 11 examples, 0 failure, 0 error
[info]
[info] DecodingUtils should
[info] + decode byte
[info] + decode short
[info] + decode int
[info] + decode long
[info] + decode flaot
[info] + decode double
[info] + decode String 16
[info] + decode String 8
[info] + decode Boolean
[info] + decode multiple
[info] + decode Metadata
[info]
[info]
[info] Total for specification DecodingUtilsSpec
[info] Finished in 216 ms
[info] 11 examples, 0 failure, 0 error
[info]
[info] Passed: : Total 30, Failed 0, Errors 0, Passed 30, Skipped 0
[info] Passed: : Total 30, Failed 0, Errors 0, Passed 30, Skipped 0
[info] Passed: : Total 30, Failed 0, Errors 0, Passed 30, Skipped 0
[info] Passed: : Total 30, Failed 0, Errors 0, Passed 30, Skipped 0
[info] CodecRepository should
[info] + lookup by id properly
[info] + lookup by packet properly
[info] + lookup should fail properly
[info] + register should fail on null input
[info] + register should fail when another codec is already registered with same id or packet class
[info]
[info]
[info] Total for specification CodecSpec
[info] Finished in 195 ms
[info] 5 examples, 0 failure, 0 error
[info]
[info] CodecRepository should
[info] + lookup by id properly
[info] + lookup by packet properly
[info] + lookup should fail properly
[info] + register should fail on null input
[info] + register should fail when another codec is already registered with same id or packet class
[info]
[info]
[info] Total for specification CodecSpec
[info] Finished in 195 ms
[info] 5 examples, 0 failure, 0 error
[info]
[info] CodecRepository should
[info] + lookup by id properly
[info] + lookup by packet properly
[info] + lookup should fail properly
[info] + register should fail on null input
[info] + register should fail when another codec is already registered with same id or packet class
[info]
[info]
[info] Total for specification CodecSpec
[info] Finished in 195 ms
[info] 5 examples, 0 failure, 0 error
[info]
[info] CodecRepository should
[info] + lookup by id properly
[info] + lookup by packet properly
[info] + lookup should fail properly
[info] + register should fail on null input
[info] + register should fail when another codec is already registered with same id or packet class
[info]
[info]
[info] Total for specification CodecSpec
[info] Finished in 195 ms
[info] 5 examples, 0 failure, 0 error
[info]
[info] Passed: : Total 10, Failed 0, Errors 0, Passed 10, Skipped 0
[info] Passed: : Total 10, Failed 0, Errors 0, Passed 10, Skipped 0
[info] Passed: : Total 10, Failed 0, Errors 0, Passed 10, Skipped 0
[info] Passed: : Total 10, Failed 0, Errors 0, Passed 10, Skipped 0
[success] Total time: 4 s, completed Jun 17, 2011 3:39:44 PM
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment