WIP: cmCTest: Refactor TestingHandlers storage and API around it
Replace map to abstract raw pointers with reference to concrete type based API. It removes a lot of checks for nullptrs
, makes devirtualization of handlers member calls easier and simplifies cmCTest class interface.
Edited by Artur Ryt