Sha256: 49e8169238ad3254420b158e8feed0c27692c73f0a074b278437d80c2df73141
Contents?: true
Size: 496 Bytes
Versions: 13
Compression:
Stored size: 496 Bytes
Contents
using System.Collections.Generic; using Generators.Methods; namespace Generators.Classes { public class TestClass { public ISet<string> UsingNamespaces { get; set; } = new HashSet<string> { "Xunit" }; public string ClassName { get; set; } public string BeforeTestMethods { get; set; } public TestMethod[] TestMethods { get; set; } public string AfterTestMethods { get; set; } public string CanonicalDataVersion { get; set; } } }
Version data entries
13 entries across 13 versions & 1 rubygems