Exemple #1
0
        public void TestLoadAlgorithmFromZpool()
        {
            ZpoolAPI  api   = new ZpoolAPI();
            Algorithm algor = api.LoadAlgorithm();

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