Hello,

this is, what I thought. But I wasn't completely sure. There could have been a 
way to test such a case, 'cause I'm new to Hibernate and JUnit.


Regards, 
Sascha Broich


> Von: Pavel Tavoda [mailto:pavel.tav...@gmail.com]
> Many ways:
> 1) Skip tests completely ;-) - add parameter '-Dmaven.test.skip=true'
> to 'mvn'
> 2) Skip one test case - return true from this unit test
> 3) Maybe here is some misunderstanding but you have to have at least
> one concrete implementation of class on entity tier (also hibernate
> can create only non abstract instances). Than you should write test
> with this real class (maybe more different real classes).
> 
> Regards
> 
> Pavel
> 
> On Wed, Jul 29, 2009 at 10:49 AM, Sascha Broich -
> TSA<sascha.bro...@tsa.de> wrote:
> > Hi,
> >
> > I have my service which accesses an abstract entity's repository.
> > Sculptor generates the test file for it. But now I'm wondering how I
> implement these test cases.
> > My problem comes from the fact, that instantiable subclasses of the
> abstract entity will be created in other artifacts.
> > Has someone already done such a case?
> >
> >
> > Regards,
> > Sascha Broich

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to