Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- > project
- [info] model (in build file:/C:/Users/pakkio/parallelai~wallet/data-manager/)
- > reload
- [info] Loading global plugins from C:\Users\pakkio\.sbt\0.13\plugins
- [info] Loading project definition from C:\Users\pakkio\parallelai~wallet\data-manager\project
- [info] Set current project to model (in build file:/C:/Users/pakkio/parallelai~wallet/data-manager
- > test
- [info] Compiling 8 Scala sources to C:\Users\pakkio\parallelai~wallet\data-manager\model\target\sc
- SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
- SLF4J: Defaulting to no-operation (NOP) logger implementation
- SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
- [info] MongoAdsDAOSpec
- [info]
- [info] Advertising handling should
- [info] + counting ads for brand
- [info] + get single ads
- [info] + delete an ad
- [info]
- [info] Total for specification MongoAdsDAOSpec
- [info] Finished in 102 ms
- [info] 3 examples, 0 failure, 0 error
- [info] MongoHintDAOSpec
- [info]
- [info] initialization should
- [info] + have produces enough instances to play on
- [info]
- [info] asking for not existent userid, brand should
- [info] + find empty list for strange userid
- [info]
- [info] asking for an existent user with 10 hints should
- [info] + find 10 hints for first user and 10 asked
- [info] + find 10 hints for first user and 20 asked
- [info] + find 5 hints for first user and 5 asked
- [info]
- [info] with an existent user with 3 hints should
- [info] + find 3 hints for first user and 10 asked
- [info]
- [info] Total for specification MongoHintDAOSpec
- [info] Finished in 41 ms
- [info] 6 examples, 0 failure, 0 error
- [info] MongoMediaDAOSpec
- [info]
- [info] MongoMediaDAO should
- [info] + Create a new Media content and allow to retrieve it
- [info] + Retrieve the same content of the new created file
- [info] + find by name
- [info] + delete a file
- [info]
- [info] Total for specification MongoMediaDAOSpec
- [info] Finished in 545 ms
- [info] 4 examples, 0 failure, 0 error
- [info] UserAccountMongoDAOSpec
- [info]
- [info] UserAccountMongoDAO should
- [info] + Save and retrieve a user account
- [info] + Find account by application ID
- [info] + Don't find anything with wrong ID
- [info] + Not Find account using wrong application ID
- [info] + Find by email
- [info] + Find by email filtering with active status
- [info] + Find by application_id filtering with active status
- [info] + Find by any of id, email, application id
- [info] + Find by any of id, email, application id, passing only one param
- [info] + Delete by ID
- [info] + Set account active
- [info]
- [info] Total for specification UserAccountMongoDAOSpec
- [info] Finished in 14 seconds, 755 ms
- [info] 11 examples, 0 failure, 0 error
- [info] MongoBrandDAOSpec
- [info]
- [info] BrandMongoDAO should
- [info] + create and retrieve a brand with a generated id
- [info] + can delete one instance
- [info] + can delete all instances
- [info]
- [info] BrandInteractionsMongoDAO should
- [info] + add an interaction
- [info] + get it back
- [info] + get list of interactions
- [info] + delete interaction
- [info]
- [info] Total for specification MongoBrandDAOSpec
- [info] Finished in 295 ms
- [info] 7 examples, 0 failure, 0 error
- [info] ClientApplicationMongoDAOSpec
- [info]
- [info] ClientApplicationMongoDAO should
- [info] + Find a user's application
- [info] + Find a user by app id
- [info] + Update an application
- [info] + Add a new application to an existing user, shoud be in the DB
- [info] + Load an account with two apps
- [info] + Add a new application to an existing user, should be associeted to the user
- [info]
- [info] Total for specification ClientApplicationMongoDAOSpec
- [info] Finished in 7 seconds, 896 ms
- [info] 6 examples, 0 failure, 0 error
- [info] Passed: Total 37, Failed 0, Errors 0, Passed 37
- [success] Total time: 46 s, completed 19-dic-2014 0.59.23
- >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement