Example #1
0
        public void TrackBad()
        {
            TrackInfo doTrack = TrackingAPI.Track("1234567891234567891234");

            Assert.IsNotNull(doTrack.Error);
        }
Example #2
0
 public void Track()
 {
     // not checking for anything, just not expecting a failed request
     TrackingAPI.Track("EJ123456780US");
 }