mercredi 27 avril 2016

Scala mock polymorphic methods with implicit type tag

How to mock a polymorphic method with an implicit type tag parameter

val mockInterface = mock[SampleInterface]

trait SampleInterface {

  def fetchType[M <: Model : TypeTag]: Future[Unit]
}

Aucun commentaire:

Enregistrer un commentaire