NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
Monezz
Joined: 18 Feb 2009 Posts: 255
|
Posted: Fri Jun 01, 2012 4:31 pm Post subject: [platform-dev] Re: moduleA/suiteA test can`t find service from moduleB/suiteB |
|
|
| Quote: |
The bottom line is, when using a service provider from a different suite,
the test is not able to locate it. However, within a suite there is no
trouble. The use case behind this problem was running all the acceptance
tests from a single module.
I have the source code for this test available.
| Unit tests are not supposed to test more then the smallest testable unit.
When the method you are testing needs an implementation of an interface,
you can use a mocking framework like mockito to provide a runtime
implementation on which you can verify actions and/or stub behaviour.
http://code.google.com/p/mockito/
Besides unit tests, integration tests are often used to test certain
real life scenarios.
For this netbeans provides jellytools.
http://netbeans.dzone.com/nb-mvn-functional-tests
cheers,
Timon |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|