Exemple #1
0
 public void Save_NullEntity_SholdThrowArgumentNullException()
 {
     Assert.That(() => _workplace.Save <PCComponent>(null),
                 Throws.InstanceOf <ArgumentNullException>());
 }