namespace Chernobyl.Reflection.Template { /// /// A helper base test class for testing types that implement the /// interface. /// public abstract class ComponentTests : NamedTests { } }