infinite / mockito-flex

0 stars 0 forks source link

Adding documentation for flex-mojos support #42

Open infinite opened 9 years ago

infinite commented 9 years ago

Would be awesome to have a little setup guide or demo project that is using Mockito-Flex and Flex-Mojos. Mockito-Flex seems to me missing from all of the Maven cdn's. I haven't been able to sort out how to setup a local 'swc'. :(

It seems like you need to add this to your Pom.xml

#!xml

<dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-flex</artifactId>
            <version>1.4M5</version>
            <type>swc</type>
            <scope>test</scope>

But what is the next step to point Maven a the local mockito.swc?

infinite commented 9 years ago

From loomis on 2014-10-17 04:55:19+00:00

Could you please confirm the tutorial works for you?

https://bitbucket.org/loomis/mockito-flex/wiki/Maven%20Setup

infinite commented 9 years ago

From loomis on 2014-10-17 13:53:46+00:00

Waiting for feedback.