📕 Add XMLDoc to TimeSpanParserTests

This commit is contained in:
Oliver Booth 2020-04-19 14:11:28 +01:00
parent b1a69a7711
commit 1780ae3a40
No known key found for this signature in database
GPG Key ID: 0D7F2EF1C8D2B9C0
1 changed files with 6 additions and 0 deletions

View File

@ -3,9 +3,15 @@
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
/// <summary>
/// Tests for <see cref="TimeSpanParser"/>.
/// </summary>
[TestClass]
public class TimeSpanParserTests
{
/// <summary>
/// Tests for <see cref="TimeSpanParser.Parse"/>.
/// </summary>
[TestMethod]
public void TestParser()
{