Ejemplo n.º 1
0
        public void SchijfTeGrootExceptionIsEenExceptionType()
        {
            var ex = new SchijfTeGrootException();

            Assert.True(ex is Exception);
        }
Ejemplo n.º 2
0
        public void KlasseSchijfTeGrootExceptionBestaat()
        {
            SchijfTeGrootException ex = null;

            Assert.Null(ex);
        }