Exemplo n.º 1
0
        private static StubFactory GetFactory()
        {
            var factory         = new StubFactory();
            var currentAssembly = typeof(Stubs).GetTypeInfo().Assembly;

            factory.RegisterAll(currentAssembly);
            return(factory);
        }