Sha256: b049c12505a0de9e8a53daa680db300d937d857238fc82138cc7042b45f757be
Contents?: true
Size: 558 Bytes
Versions: 138
Compression:
Stored size: 558 Bytes
Contents
// This file was auto-generated based on version 1.1.0 of the canonical data. using Xunit; public class TwoFerTest { [Fact] public void No_name_given() { Assert.Equal("One for you, one for me.", TwoFer.Name()); } [Fact(Skip = "Remove to run test")] public void A_name_given() { Assert.Equal("One for Alice, one for me.", TwoFer.Name("Alice")); } [Fact(Skip = "Remove to run test")] public void Another_name_given() { Assert.Equal("One for Bob, one for me.", TwoFer.Name("Bob")); } }
Version data entries
138 entries across 138 versions & 1 rubygems