X10D/X10D.Tests/src/IO
Oliver Booth b7d9a255e5
refactor!: add Bytes suffix to IO methods
2023-08-28 13:15:19 +01:00
..
BooleanTests.cs style: remove UTF8 BOM 2023-08-26 18:11:29 +01:00
ByteTests.cs refactor: define test fixtures as internal 2023-08-22 17:32:47 +01:00
DirectoryInfoTests.cs refactor: define test fixtures as internal 2023-08-22 17:32:47 +01:00
DoubleTests.cs refactor!: add Bytes suffix to IO methods 2023-08-28 13:15:19 +01:00
FileInfoTests.cs refactor: define test fixtures as internal 2023-08-22 17:32:47 +01:00
Int16Tests.cs refactor!: add Bytes suffix to IO methods 2023-08-28 13:15:19 +01:00
Int32Tests.cs refactor!: add Bytes suffix to IO methods 2023-08-28 13:15:19 +01:00
Int64Tests.cs refactor!: add Bytes suffix to IO methods 2023-08-28 13:15:19 +01:00
ListOfByteTests.cs refactor: define test fixtures as internal 2023-08-22 17:32:47 +01:00
SByteTests.cs refactor: define test fixtures as internal 2023-08-22 17:32:47 +01:00
SingleTests.cs refactor!: add Bytes suffix to IO methods 2023-08-28 13:15:19 +01:00
StreamTests.ReadDecimal.cs refactor!: replace Endianness enum with explicit Big/Little methods 2023-08-23 14:15:52 +01:00
StreamTests.ReadDouble.cs refactor!: replace Endianness enum with explicit Big/Little methods 2023-08-23 14:15:52 +01:00
StreamTests.ReadInt16.cs refactor!: replace Endianness enum with explicit Big/Little methods 2023-08-23 14:15:52 +01:00
StreamTests.ReadInt32.cs refactor!: replace Endianness enum with explicit Big/Little methods 2023-08-23 14:15:52 +01:00
StreamTests.ReadInt64.cs refactor!: replace Endianness enum with explicit Big/Little methods 2023-08-23 14:15:52 +01:00
StreamTests.ReadSingle.cs refactor!: replace Endianness enum with explicit Big/Little methods 2023-08-23 14:15:52 +01:00
StreamTests.ReadUInt16.cs refactor!: replace Endianness enum with explicit Big/Little methods 2023-08-23 14:15:52 +01:00
StreamTests.ReadUInt32.cs refactor!: replace Endianness enum with explicit Big/Little methods 2023-08-23 14:15:52 +01:00
StreamTests.ReadUInt64.cs refactor!: replace Endianness enum with explicit Big/Little methods 2023-08-23 14:15:52 +01:00
StreamTests.WriteDecimal.cs refactor!: replace Endianness enum with explicit Big/Little methods 2023-08-23 14:15:52 +01:00
StreamTests.WriteDouble.cs refactor!: replace Endianness enum with explicit Big/Little methods 2023-08-23 14:15:52 +01:00
StreamTests.WriteInt16.cs refactor!: replace Endianness enum with explicit Big/Little methods 2023-08-23 14:15:52 +01:00
StreamTests.WriteInt32.cs refactor!: replace Endianness enum with explicit Big/Little methods 2023-08-23 14:15:52 +01:00
StreamTests.WriteInt64.cs refactor!: replace Endianness enum with explicit Big/Little methods 2023-08-23 14:15:52 +01:00
StreamTests.WriteSingle.cs refactor!: replace Endianness enum with explicit Big/Little methods 2023-08-23 14:15:52 +01:00
StreamTests.WriteUInt16.cs refactor!: replace Endianness enum with explicit Big/Little methods 2023-08-23 14:15:52 +01:00
StreamTests.WriteUInt32.cs refactor!: replace Endianness enum with explicit Big/Little methods 2023-08-23 14:15:52 +01:00
StreamTests.WriteUInt64.cs style: remove UTF8 BOM 2023-08-26 18:11:29 +01:00
StreamTests.cs refactor!: change exception thrown by GetHash and TryWriteHash 2023-08-23 14:17:42 +01:00
TextReaderTests.cs style: remove UTF8 BOM 2023-08-26 18:11:29 +01:00
TextWriterTests.Double.cs style: remove UTF8 BOM 2023-08-26 18:11:29 +01:00
TextWriterTests.Int32.cs style: remove UTF8 BOM 2023-08-26 18:11:29 +01:00
TextWriterTests.Int64.cs style: remove UTF8 BOM 2023-08-26 18:11:29 +01:00
TextWriterTests.Single.cs style: remove UTF8 BOM 2023-08-26 18:11:29 +01:00
TextWriterTests.UInt32.cs style: remove UTF8 BOM 2023-08-26 18:11:29 +01:00
TextWriterTests.UInt64.cs style: remove UTF8 BOM 2023-08-26 18:11:29 +01:00
TextWriterTests.cs style: remove UTF8 BOM 2023-08-26 18:11:29 +01:00
UInt16Tests.cs refactor!: add Bytes suffix to IO methods 2023-08-28 13:15:19 +01:00
UInt32Tests.cs refactor!: add Bytes suffix to IO methods 2023-08-28 13:15:19 +01:00
UInt64Tests.cs refactor!: add Bytes suffix to IO methods 2023-08-28 13:15:19 +01:00