using jmock with jsni methods

2011-07-31 Thread saurabh
Hi all, i'm trying to use jmock for mocking object while testing our application. While some of the classes make use of jsni methods which form core part of application. these classes are being used by classes which are used in test class. e.g. class Core uses jsni code for important functionality

using jmock with jsni methods

2011-07-27 Thread saurabh
Hi all, i'm trying to use jmock for mocking object while testing our application. While some of the classes make use of jsni methods which form core part of application. these classes are being used by classes which are used in test class. e.g. class Core uses jsni code for important functionality