I'm interested in writing SpringDM unit tests that retrieve dependent plugins from the current Eclipse target platform. I understand that there's an interface called ArtifactLocator that I have to implement and somehow plug in to the system. I am curious about (1) where I might see a current implementation of this interface and (2) how I'm supposed to plug this custom ArtifactLocator into the test infrastructure.

Thanks,