Why not make login user an extension on CoroutineS...
# kotlintest
s
Why not make login user an extension on CoroutineScope then you can call it on a main scope as well as just call it inside a kotlintest test
s
Any example please? loginUser is in another class.
s
fun CoroutineScope.loginUser(nick: String, password: String) = ...