Beispiel #1
0
 public void LasMnemonicLineHelpers_IsEmpty_Pass()
 {
     Assert.IsTrue(nullAsciiLogDataLine.IsEmpty());
     Assert.IsTrue(emptyAsciiLogDataLine.IsEmpty());
     Assert.IsTrue(noValuesAsciiLogDataLine.IsEmpty());
     Assert.IsFalse(asciiLogDataLine.IsEmpty());
 }