Sha256: cacf172509049f7ed91a9bdd0d1fc574df182aec4a5f6ae767e53a0db43281d6
Contents?: true
Size: 405 Bytes
Versions: 5
Compression:
Stored size: 405 Bytes
Contents
using System.Collections.Generic; namespace Generators { 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
5 entries across 5 versions & 1 rubygems