Introduced interface for FactoryRegistryPlugin
- Aug 25, 2017
-
-
Stefano Borini authored554b47be
-
Stefano Borini authoredfc9ece08
-
Stefano Borini authored1b931729
-
Created by: stefanoborini
To simplify testing, we needed to introduce probe classes. The initial approach was to override the FactoryRegistryPlugin and replace the extension points with simple lists, but this turned out not to work. We therefore introduced an interface, and changed all traits to handle the interface instead of the class.