Skip to content

Instantly share code, notes, and snippets.

View fredriv's full-sized avatar

Fredrik Vraalsen fredriv

View GitHub Profile

Keybase proof

I hereby claim:

  • I am fredriv on github.
  • I am fredriv (https://keybase.io/fredriv) on keybase.
  • I have a public key ASDWCnr_cdjoDIKUHkFIrOumOWdpedQhaKwDAfQkg0NlbAo

To claim this, I am signing this object:

import reflect.Manifest
import Manifest._
object CucumberScalaDsl extends Application {
def genValue(theType: String): Any =
theType match {
case "int" => 5
case "long" => 123456789L
case "java.lang.String" => "belly"