C# Class Imgur.API.Tests.JsonConverters.EpochTimeConverterTests

Datei anzeigen Open project: DamienDennehy/Imgur.API

Private Methods

Method Description
CanConvert ( Type type, bool canConvert ) : void
ReadJson ( DateTimeOffset expected, string original ) : void
ReadJson_ThrowsInvalidCastException ( string data ) : void
WriteJson ( string expected, DateTimeOffset original ) : void
WriteJson_ThrowsInvalidCastException ( object data ) : void