Exemple #1
0
 public void Should_Throw_ArgumentException_When_Time_Is_Null()
 {
     clock.Parse(null);
 }
Exemple #2
0
        public string ConvertTime(string aTime)
        {
            var time = _berlinClockTime.Parse(aTime);

            return(time.ToString());
        }