public void AUT_FixedNameTestMethodBuilder_Build_Method_DirectCall_No_Exception_Thrown_Test()
        {
            // Arrange
            this.ValidateExecuteCondition(MethodBuild);
            var method             = this.CreateType <IMethodInfo>();
            var suite              = this.CreateType <Test>();
            var parameterValues    = this.CreateType <IEnumerable <object> >();
            var autoDataStartIndex = this.CreateType <int>();

            // Act
            Action executeAction = () => _fixedNameTestMethodBuilderInstance.Build(method, suite, parameterValues, autoDataStartIndex);

            // Assert
            Should.NotThrow(executeAction);
        }