示例#1
0
        public void TestLoadAlgorithmFromAhashPool()
        {
            AhashPoolAPI api   = new AhashPoolAPI();
            Algorithm    algor = api.LoadAlgorithm();

            Assert.AreEqual(true, algor.lyra2z != null);
        }