I am considering to switch to kotlintest and would...
# kotlintest
r
I am considering to switch to kotlintest and would like to know if the following is possible: - write one generic spec with factory methods which need to be passed - write implementation specific spec which make reuse of the generic one by filling in the missing factory methods - write implementation specific spec which implement several generic specs And a few other questions: - what is the behaviour of kotlintest if an error occurs during the phase of finding tests (green or red?) - is multi-platform already supported or in the pipeline? Thanks in advance