Results 1 to 2 of 2

Thread: Unit testing with MongoDB

  1. #1
    Join Date
    Apr 2011
    Location
    Sofia, Bulgaria
    Posts
    1

    Default Unit testing with MongoDB

    Hi,
    Is anyone aware of a good way to do some unit/integration testing against mongodb in maven based build? I really do not like the idea to install mongodb locally on every machine where the code is build as a prerequisite, but for now this is the only solution I have.
    I was also wondering also if there is something like dbunit for mongodb?

  2. #2
    Join Date
    Aug 2011
    Posts
    17

    Default

    Hi, if you still searching the solution then try NoSQLUnit (https://github.com/lordofthejars/nosql-unit). Hope it helps.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •