Closed AlexHaxe closed 5 years ago
instantiating activeHelper through a separate function allows a TestRunner child class to create a custom TestClassHelper that supports e.g. test filtering (see https://github.com/vshaxe/haxe-test-adapter and https://github.com/vshaxe/haxe-test-adapter/tree/master/src/unittesthelper/munit)
activeHelper
TestRunner
TestClassHelper
closed because test-adapter now uses a macro to inject it's filtering logic - a TestRunner modification is no longer required
instantiating
activeHelper
through a separate function allows aTestRunner
child class to create a customTestClassHelper
that supports e.g. test filtering (see https://github.com/vshaxe/haxe-test-adapter and https://github.com/vshaxe/haxe-test-adapter/tree/master/src/unittesthelper/munit)