Results 1 to 3 of 3

Thread: Do Spring DM integration tests run in-process?

  1. #1
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    22

    Default Do Spring DM integration tests run in-process?

    Hi all,

    short question: do Spring DM (ver 2.0.0.M1) integration tests as described in chapter 12 of the docs (http://static.springsource.org/osgi/...l/testing.html) run in-process? Or is a separate process started for each test?

    Tanks in advance,

    Wolfgang

  2. #2
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    22

    Default

    So nobody knows, whether integration tests run in-process?

  3. #3
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Wolfgang, the testing framework uses an in-process approach (hence it's good performance) which is quite handy for debugging and stacktrace analysis.
    We use it extensively inside Spring DM and hopefully you'll find it useful as well.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Posting Permissions

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