Database Reference
In-Depth Information
else
{
command.state =
StateCodes.MyWCFClientFail;
}
Bus.Reply(command);
Console.WriteLine("Success");
}
Console.WriteLine("==========================================================================");
}
After testing this code, we could use the tested code to create a class into a new project,
minus the unit testing, and start using it as a message handler. It saves time by developing
the code in a unit test, and putting the tested product into the applications' project. The
unit test project also serves as a backup of knowing what it looked like during a good test.
Search WWH ::




Custom Search