Skip to content

Instantly share code, notes, and snippets.

View doctorlove's full-sized avatar

Frances Buontempo doctorlove

View GitHub Profile
[TestFixture]
public class FizzBuzzerTests
{
[Test]
public void OneHundredElementsSeparatedByCommas()
{
Assert.AreEqual(100, SplitFizzBuzzString().Length);
}
[Test]