public void TestUpdateTableNull() { using (DigitalOutput s = new DigitalOutput(0)) { Assert.DoesNotThrow(() => { s.UpdateTable(); }); } }