f8d95eceb7
There are three test entry points: * [doTestByMainFile] – test cases with dedicated main file. Supports everything from single-file cases to multi-platform multi-module multi-file cases * [doTestByMainModuleAndOptionalMainFile] – test cases rather around modules than files * [doTestByModuleStructure] – all other cases with fully custom logic Look at the KDoc of the corresponding method for more details. ^KT-64805 Fixed