public void UnitInfoLog_Read_Malformed_1_UnitInfo2_Test() { Assert.Throws <FormatException>(() => UnitInfoLog.Read("..\\..\\..\\TestFiles\\Malformed_1\\unitinfo2.txt")); }
public void UnitInfoLog_Read_ArgumentException_Test2() { Assert.Throws <ArgumentException>(() => UnitInfoLog.Read(String.Empty)); }
public void UnitInfoLog_Read_DirectoryNotFoundException_Test() { Assert.Throws <DirectoryNotFoundException>(() => UnitInfoLog.Read("..\\..\\..\\TestFiles\\DoesNotExist\\unitinfo.txt")); }
public void UnitInfoLog_Read_ArgumentException_Test1() { Assert.Throws <ArgumentException>(() => UnitInfoLog.Read(null)); }