Skip to content

Instantly share code, notes, and snippets.

@abel-abel
abel-abel / ListsSuite.scala
Created February 27, 2017 02:57
Example to create Scala tests
package example
import org.scalatest.FunSuite
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
/**
* This class implements a ScalaTest test suite for the methods in object
* `Lists` that need to be implemented as part of this assignment. A test