Sha256: fa88aec3eab000fa7fa460661a4fd1087a6a5287782114a3d69c8d7a99ef54be

Contents?: true

Size: 385 Bytes

Versions: 2

Compression:

Stored size: 385 Bytes

Contents

using System;
using System.Diagnostics;
using System.Threading;
using StoryTeller.Engine;

namespace %NAMESPACE%
{
	// TODO -- Delete Me!  I'm just a standin
    public class MathFixture : Fixture
    {
        [FormatAs("Adding {x} to {y} should be {returnValue}")]
        public double Adding(double x, double y)
        {
            return x + y;
        }
    }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fubu-1.0.0.391 bin/templates/alteration/storyteller/Fixtures/MathFixture.cs
fubu-0.9.9.370 bin/templates/alteration/storyteller/Fixtures/MathFixture.cs