コード例 #1
0
        public void GetEmptyValueSecond()
        {
            BoruSankasi.Question Soru = new BoruSankasi.Question();

            string BaseImage = "https://image.shutterstock.com/image-vector/no-image-available-vector-illustration-600w-744886198.jpg";


            Assert.AreEqual(BaseImage, Soru.m_ImagePath.ToString());
        }
コード例 #2
0
        public void GetEmptyValue()
        {
            BoruSankasi.Question Soru = new BoruSankasi.Question();

            Assert.AreEqual("-", Soru.m_ImagePath.ToString());
        }