Sha256: d60032cc35fd1334783cb0b63102b7e6de58de86a6d3599668b678d0e09a9a5b

Contents?: true

Size: 655 Bytes

Versions: 166

Compression:

Stored size: 655 Bytes

Contents

using Generators.Input;

namespace Generators.Output
{
    public class TestMethodBodyWithExceptionCheck : TestMethodBody
    {
        public TestMethodBodyWithExceptionCheck(CanonicalDataCase canonicalDataCase, CanonicalData canonicalData) : base(canonicalDataCase, canonicalData)
        {
            AssertTemplateName = "AssertThrowsException";
            AssertTemplateParameters = new { ExceptionType, Data.TestedValue };
        }

        public override bool UseVariableForExpected => false;
        public override bool UseVariableForTested => false;

        private string ExceptionType => CanonicalDataCase.ExceptionThrown.Name;
    }
}

Version data entries

166 entries across 166 versions & 1 rubygems

Version Path
trackler-2.2.1.18 tracks/csharp/generators/Output/TestMethodBodyWithExceptionCheck.cs
trackler-2.2.1.17 tracks/csharp/generators/Output/TestMethodBodyWithExceptionCheck.cs
trackler-2.2.1.16 tracks/csharp/generators/Output/TestMethodBodyWithExceptionCheck.cs
trackler-2.2.1.15 tracks/csharp/generators/Output/TestMethodBodyWithExceptionCheck.cs
trackler-2.2.1.14 tracks/csharp/generators/Output/TestMethodBodyWithExceptionCheck.cs
trackler-2.2.1.13 tracks/csharp/generators/Output/TestMethodBodyWithExceptionCheck.cs