We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b74da commit 55dcc0bCopy full SHA for 55dcc0b
1 file changed
ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionEnumerationTestFixture.cs
@@ -18,18 +18,20 @@
18
// </copyright>
19
// ------------------------------------------------------------------------------------------------
20
21
-using Microsoft.Extensions.Logging.Abstractions;
22
-
23
namespace ReqIFSharp.Tests
24
{
25
- using NUnit.Framework;
26
- using ReqIFSharp;
27
using System;
28
using System.IO;
29
using System.Runtime.Serialization;
30
using System.Threading;
31
using System.Xml;
32
+ using Microsoft.Extensions.Logging.Abstractions;
+
+ using NUnit.Framework;
33
+ using ReqIFSharp;
34
35
/// <summary>
36
/// Suite of tests for the <see cref="AttributeDefinitionEnumeration"/>
37
/// </summary>
0 commit comments