• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WOUnit
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WOUnit


  • Subject: Re: WOUnit
  • From: Henrique Prange <email@hidden>
  • Date: Wed, 18 Apr 2012 12:40:11 -0300

Hi Ron,

@Spy is a Mockito annotation. The Mockito dependency is optional. You have to add the dependency manually into your project's pom.xml.

<dependency>
    <groupId>org.mockito</groupId>
    <artifactId>mockito-core</artifactId>
    <version>1.9.0</version>
</dependency>

Additionally, I recommend to use the release version of WOUnit.

<dependency>
    <groupId>com.wounit</groupId>
    <artifactId>wounit</artifactId>
    <version>1.2</version>
</dependency>

Cheers,

Henrique

On 18/04/2012, at 05:53, Ron X wrote:

> hi everybody
>
> @Spy - not find in classpath
>
>         <dependency>
>             <groupId>com.wounit</groupId>
>             <artifactId>wounit</artifactId>
>             <version>1.3-SNAPSHOT</version>
>         </dependency>
>
> why?
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >WOUnit (From: Ron X <email@hidden>)

  • Prev by Date: Re: java.lang.ClassCastException: com.webobjects.eocontrol.EOGenericRecord cannot be cast to com.cariatides.noyau.modele.noyauppersonne.Personne
  • Next by Date: Re: WOUnit
  • Previous by thread: Re: WOUnit
  • Next by thread: restoring session in servlet deployment context
  • Index(es):
    • Date
    • Thread