Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
Added an assertion in test WHEN_check_Transmision_THEN_get_characteri…
Browse files Browse the repository at this point in the history
…zation().
  • Loading branch information
wubin28 committed Apr 18, 2014
1 parent 772fcc4 commit c619bd9
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -6,8 +6,9 @@ namespace TDDMicroExercises.TelemetrySystem.Tests
public class TelemetryDiagnosticControlsTest
{
[Test]
public void CheckTransmission_should_send_a_diagnostic_message_and_receive_a_status_message_response()
public void WHEN_check_Transmision_THEN_get_characterization()
{
Assert.AreEqual("", telementryDiagnosticControls.DiagnosticInfo);
}

}
Expand Down

0 comments on commit c619bd9

Please sign in to comment.