Sha256: eab89fde7e76a53715486a260b6f7844289da1c3841b7dbc9441162c703d3635

Contents?: true

Size: 590 Bytes

Versions: 69

Compression:

Stored size: 590 Bytes

Contents

using System;

namespace Generators.Methods
{
    public class TestMethodOptions
    {
        public string InputProperty { get; set; }
        public bool FormatInput { get; set; } = true;
        public bool FormatExpected { get; set; } = true;
        public bool UseVariableForExpected { get; set; } = false;
        public Type ExceptionType { get; set; } = typeof(ArgumentException);
        public TestedMethodType TestedMethodType { get; set; } = TestedMethodType.Static;
        public Func<object, bool> ThrowExceptionWhenExpectedValueEquals { get; set; } = (x) => false;
    }
}

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
trackler-2.1.0.48 tracks/csharp/generators/Methods/TestMethodOptions.cs
trackler-2.1.0.47 tracks/csharp/generators/Methods/TestMethodOptions.cs
trackler-2.1.0.46 tracks/csharp/generators/Methods/TestMethodOptions.cs
trackler-2.1.0.45 tracks/csharp/generators/Methods/TestMethodOptions.cs
trackler-2.1.0.44 tracks/csharp/generators/Methods/TestMethodOptions.cs
trackler-2.1.0.43 tracks/csharp/generators/Methods/TestMethodOptions.cs
trackler-2.1.0.42 tracks/csharp/generators/Methods/TestMethodOptions.cs
trackler-2.1.0.41 tracks/csharp/generators/Methods/TestMethodOptions.cs
trackler-2.1.0.40 tracks/csharp/generators/Methods/TestMethodOptions.cs
trackler-2.1.0.39 tracks/csharp/generators/Methods/TestMethodOptions.cs
trackler-2.1.0.38 tracks/csharp/generators/Methods/TestMethodOptions.cs
trackler-2.1.0.37 tracks/csharp/generators/Methods/TestMethodOptions.cs
trackler-2.1.0.36 tracks/csharp/generators/Methods/TestMethodOptions.cs
trackler-2.1.0.34 tracks/csharp/generators/Methods/TestMethodOptions.cs
trackler-2.1.0.33 tracks/csharp/generators/Methods/TestMethodOptions.cs
trackler-2.1.0.32 tracks/csharp/generators/Methods/TestMethodOptions.cs
trackler-2.1.0.31 tracks/csharp/generators/Methods/TestMethodOptions.cs
trackler-2.1.0.30 tracks/csharp/generators/Methods/TestMethodOptions.cs
trackler-2.1.0.29 tracks/csharp/generators/Methods/TestMethodOptions.cs
trackler-2.1.0.28 tracks/csharp/generators/Methods/TestMethodOptions.cs