Exemplo n.º 1
0
        public void GetSingle_KeyNotFound()
        {
            var handler = new StudentHandler();

            Assert.Throws(typeof(NotFoundException), () => { handler.Get(Guid.NewGuid()); });
        }