I need to mock following method using scalamock, but I didn't manage to do it. It is curried, has implicit and repeated parameters in the same time. Does scalamock library support mocking such combination?
def apply(key: String, args: Any*)(implicit lang: Lang): String