Hudl.Mjolnir.Tests.Command.Attribute.TestThrowingImplementation.TestThrowingImplementation C# (CSharp) Method

TestThrowingImplementation() public method

public TestThrowingImplementation ( Hudl.Mjolnir.Tests.Helper.ExpectedTestException exceptionToThrow ) : System
exceptionToThrow Hudl.Mjolnir.Tests.Helper.ExpectedTestException
return System
        public TestThrowingImplementation(ExpectedTestException exceptionToThrow)
        {
            _exceptionToThrow = exceptionToThrow;
        }