FirmataEventArgs.cs Unit Tests
This is a simple class as it contains event data and provides no functionality.
A line through the test indicates that it has been written and checked in to the source repository.Constructor(FirmataMessage data)
Verify that the when the constructor is called with a null value, that the ArgumentNullException is raised.
Verify that the Data property contains the data we passed in.