Guest User

Untitled

a guest
Mar 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <dependency>
  2. <groupId>org.scalatest</groupId>
  3. <artifactId>scalatest</artifactId>
  4. <version>1.2</version>
  5. <scope>test</scope>
  6. </dependency>
  7.  
  8. import org.scalatest.junit.JUnitSuite;
  9.  
  10. public class MyTest extends JunitSuite {}
Add Comment
Please, Sign In to add comment