コード例 #1
0
ファイル: SITest.cs プロジェクト: sotaria/gsf
        public void FactorsTest()
        {
            bool expected = true;
            bool actual   = baseSI.IsExists(SI.Factors);

            Assert.AreEqual(expected, actual);
        }