public void TearDown() { _unitUnderTest = null; }
public void SetUp() { Ecell.MessageType type = MessageType.Information; string message = "Information."; _unitUnderTest = new ApplicationLogEntry(type, message, new object()); }