public void FillDictionaryInternalGetHashCode10000()
        {
            long m;
            var  FillDictionaryInstance = new FillDictionary();

            m = FillDictionaryInstance.FillDictionaryInternalGetHashCode(10000, true);
            Assert.IsNotNull(m);
        }
Exemple #2
0
        public static void Main(string[] args)
        {
            var bootstrapper = new Bootstrapper();

            bootstrapper.Init();
            var fillDictionary = new FillDictionary();

            CreateHostBuilder(args).Build().Run();
        }