Esempio n. 1
0
        public void TestCheckIfPresentationHasAward()
        {
            int presentationId = 1;
            var result         = awardTests.CheckIfPresentationHasAward(presentationId);

            Assert.IsTrue(result);
        }