Menu

Usage

Kai Hackemesser

pom.xml

Add following dependency to your projects maven pom.xml file:

:::xml
<dependency>
   <groupId>com.metservice.testutils</groupId>
   <artifactId>jasmine-runner-jetty7</artifactId>
   <version>1</version>
   <scope>test</scope>
</dependency>

This drags in a handfull of other dependencies into your project. To cope with projects that have an dependency to java Servlet API and to avoid library conflicts, there are 2 flavours of the plugin:

  • jetty7 for servlet 2.5,
  • jetty8 for servlet 3.0

See [Annotations] for details how to write a Jasmine JUnit test.


Related

Wiki: Annotations
Wiki: Home

MongoDB Logo MongoDB