Beispiel #1
0
        public void SaveRequestEntry_InvalidParameter_ShouldThrowArgumentNullException ()
        {
            var sut = new TitanicMemoryIO ();

            sut.Invoking (o => o.SaveRequestEntry (null)).ShouldThrow<ArgumentNullException> ();
        }