Sha256: e660e119e571751333edcebecb80f6f9d371aa5845977db20912b43d921bc5b0
Contents?: true
Size: 558 Bytes
Versions: 28
Compression:
Stored size: 558 Bytes
Contents
// This file was auto-generated based on version 1.2.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
28 entries across 28 versions & 1 rubygems