Evgeniy Zaharov
04/28/2018, 9:37 AMexpectedBy
declaration with library
?
Or if no, then the question is how we could implement (in platform modules) common declaration from common dependencies?kotlin-test-common
and kotlin-test-annotation-common
. Public implementation of this common modules in jvm exists only for junit4
, but not for junit5
. I want to manually implement needed annotations and asserts in junit5
by adding actual
declaration in platform jvm module. But for now, does it possible? I cannot use for it expectedBy
.ilya.gorbunov
05/03/2018, 1:21 AMEvgeniy Zaharov
05/03/2018, 7:12 AMjunit5
🙂 ?ilya.gorbunov
05/04/2018, 7:16 PMEvgeniy Zaharov
05/10/2018, 2:48 PM