コード例 #1
0
        public void GetAlarmStatus()
        {
            AlarmEntity alarm = new AlarmEntity("1", "1", SentimentType.POSITIVE, ENTITY);

            string str = $"In the last 1 days there where 0 {SentimentType.POSITIVE} posts";

            Assert.AreEqual(alarm.GetStatus(), str);
        }