Sha256: 7a38d28f7738f0cced918aa7d7b3a43b768703785b9d9d08d282400f46f3bbc6

Contents?: true

Size: 376 Bytes

Versions: 18

Compression:

Stored size: 376 Bytes

Contents

using Microsoft.VisualStudio.TestTools.UnitTesting;

namespace TestSolution.MSTestTests
{
    [TestClass]
    public class Tests
    {
        [TestMethod]
        public void APassingTest()
        {
            Assert.AreEqual(1,1);
        }

        [TestMethod]
        public void AFailingTest()
        {
            Assert.Fail("a failing test");
        }
    }
}

Version data entries

18 entries across 9 versions & 1 rubygems

Version Path
albacore-0.3.6 spec/support/TestSolution/TestSolution.MSTestTests/Tests.cs
albacore-0.3.6 spec/support/TestSolution/TestSolution.MSTestTests.NET40/Tests.cs
albacore-1.0.0.rc.2 spec/support/TestSolution/TestSolution.MSTestTests/Tests.cs
albacore-1.0.0.rc.2 spec/support/TestSolution/TestSolution.MSTestTests.NET40/Tests.cs
albacore-1.0.0.rc.1 spec/support/TestSolution/TestSolution.MSTestTests.NET40/Tests.cs
albacore-1.0.0.rc.1 spec/support/TestSolution/TestSolution.MSTestTests/Tests.cs
albacore-0.3.5 spec/support/TestSolution/TestSolution.MSTestTests.NET40/Tests.cs
albacore-0.3.5 spec/support/TestSolution/TestSolution.MSTestTests/Tests.cs
albacore-0.3.4 spec/support/TestSolution/TestSolution.MSTestTests/Tests.cs
albacore-0.3.4 spec/support/TestSolution/TestSolution.MSTestTests.NET40/Tests.cs
albacore-0.3.3 spec/support/TestSolution/TestSolution.MSTestTests/Tests.cs
albacore-0.3.3 spec/support/TestSolution/TestSolution.MSTestTests.NET40/Tests.cs
albacore-0.3.2 spec/support/TestSolution/TestSolution.MSTestTests/Tests.cs
albacore-0.3.2 spec/support/TestSolution/TestSolution.MSTestTests.NET40/Tests.cs
albacore-0.3.1 spec/support/TestSolution/TestSolution.MSTestTests.NET40/Tests.cs
albacore-0.3.1 spec/support/TestSolution/TestSolution.MSTestTests/Tests.cs
albacore-0.3.0 spec/support/TestSolution/TestSolution.MSTestTests/Tests.cs
albacore-0.3.0 spec/support/TestSolution/TestSolution.MSTestTests.NET40/Tests.cs