version 2.0.17

This commit is contained in:
Tony Tam
2014-08-26 16:52:26 -07:00
parent db1915ec89
commit 2ed68c2df8
16 changed files with 20 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ import org.scalatest.matchers.ShouldMatchers
import scala.collection.mutable.{ ListBuffer, HashMap }
import scala.collection.JavaConverters._
import scala.reflect.BeanProperty
import scala.beans.BeanProperty
@RunWith(classOf[JUnitRunner])
class PetApiTest extends FlatSpec with ShouldMatchers {

View File

@@ -9,7 +9,7 @@ import org.scalatest.matchers.ShouldMatchers
import scala.collection.mutable.{ ListBuffer, HashMap }
import scala.collection.JavaConversions._
import scala.reflect.BeanProperty
import scala.beans.BeanProperty
@RunWith(classOf[JUnitRunner])
class StoreApiTest extends FlatSpec with ShouldMatchers {

View File

@@ -8,7 +8,7 @@ import org.scalatest.matchers.ShouldMatchers
import scala.collection.mutable.{ ListBuffer, HashMap }
import scala.collection.JavaConversions._
import scala.reflect.BeanProperty
import scala.beans.BeanProperty
@RunWith(classOf[JUnitRunner])
class UserApiTest extends FlatSpec with ShouldMatchers {