Sha256: bdee4c51cf93fc83e5c47d5d324ad0d715a953ef129bddc535611e5a9b0a6c6f
Contents?: true
Size: 519 Bytes
Versions: 27
Compression:
Stored size: 519 Bytes
Contents
// This file was auto-generated based on version {{CanonicalDataVersion}} of the canonical data. {%- for namespace in UsingNamespaces -%} using {{ namespace }}; {%- endfor -%} public class {{ClassName}} { {%- for testMethod in TestMethods -%} [Fact{% if forloop.first == false %}(Skip = "Remove to run test"){% endif %}] public void {{testMethod.Name}}() { {%- for line in testMethod.Body -%} {{ line }} {%- endfor -%} } {%- if forloop.last == false %} {% endif -%} {%- endfor -%} }
Version data entries
27 entries across 27 versions & 1 rubygems