mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-13 01:15:43 +00:00
9 lines
117 B
C#
9 lines
117 B
C#
using NUnit.Framework;
|
|
|
|
namespace X10D.Tests.Collections;
|
|
|
|
[TestFixture]
|
|
public partial class CollectionTests
|
|
{
|
|
}
|