NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

[platform-dev] Re: moduleA/suiteA test can`t find service from moduleB/suiteB

 
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Platform Users
View previous topic :: View next topic  
Author Message
Monezz



Joined: 18 Feb 2009
Posts: 255

PostPosted: Fri Jun 01, 2012 4:31 pm    Post subject: [platform-dev] Re: moduleA/suiteA test can`t find service from moduleB/suiteB Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Platform Users All times are GMT
Page 1 of 1

 
Jump to:  
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


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo