Jayrock.Json.Conversion.Converters.TestNullableExporter.InputTypeIsNullable C# (CSharp) Method

InputTypeIsNullable() private method

private InputTypeIsNullable ( ) : void
return void
        public void InputTypeIsNullable()
        {
            Assert.AreSame(typeof(int?), (new NullableExporter(typeof(int?))).InputType);
        }