I have the following I am trying to unit test...
// MyConfig.scala @Configuration class MyConfig { @Value("${my.name}") var name: String = _ ... }