Runtime.moduleUnitTester

Gets the current legacy module unit tester.

This property should not be used, but is supported for legacy purposes.

Note that if the extended unit test handler is set, this handler will be ignored.

  1. void moduleUnitTester(ModuleUnitTester h)
  2. ModuleUnitTester moduleUnitTester()
    struct Runtime
    static @property
    moduleUnitTester
    ()

Return Value

The current legacy module unit tester handler or null if none has been set.

Suggestion Box / Bug Report