Sha256: 68f716cd848f2785da12090f1edc441213d4ec68f1d0293243412a33ce62c1b8
Contents?: true
Size: 439 Bytes
Versions: 65
Compression:
Stored size: 439 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; } } }
Version data entries
65 entries across 65 versions & 1 rubygems