mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 22:55:42 +00:00
📕 Add XMLDoc to TimeSpanParserTests
This commit is contained in:
parent
b1a69a7711
commit
1780ae3a40
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user