Exemplo n.º 1
0
 public void ctor_CreateObject_ShouldReturnNotNull ()
 {
     var sut = new TitanicMemoryIO ();
     sut.Should ().NotBeNull ();
 }