Sha256: 159ba29548b28c42fa7f2aa36568d33ecb47937e9033ccc7dcc38bd5ea166fb1
Contents?: true
Size: 357 Bytes
Versions: 27
Compression:
Stored size: 357 Bytes
Contents
using System.Collections.Generic; namespace Generators.Output { public class TestClass { public string ClassName { get; set; } public string CanonicalDataVersion { get; set; } public TestMethod[] TestMethods { get; set; } public ISet<string> UsingNamespaces { get; } = new HashSet<string> { "Xunit" }; } }
Version data entries
27 entries across 27 versions & 1 rubygems