Example #1
0
        public void TableOneTimeSetup()
        {
            var infrastructureLoader = new InfrastructureModuleLoader();

            infrastructureLoader.ReplaceAssemblyLoaderWith <CreatureGenAssemblyLoader>(kernel);
        }
Example #2
0
        public void OneTimeSetup()
        {
            var coreModuleLoader = new InfrastructureModuleLoader();

            coreModuleLoader.ReplaceAssemblyLoaderWith <NotInfrastructureAssemblyLoader>(kernel);
        }