swift-nio/Tests/NIOFoundationCompatTests
George Barnett edfceecba1
Add utilties for reading and writing UUIDs (#2045)
Motivation:

UUIDs are often sent over the wire but writing and reading their bytes
to/from a buffer is a bit of a pain.

Modifications:

- Add utilties to 'NIOFoundationCompat' for reading/writing and
  getting/setting a UUID on a `ByteBuffer`.

Result:

Easier to write/read UUIDs to/from a buffer.

Co-authored-by: Cory Benfield <lukasa@apple.com>
2022-10-31 06:25:28 -07:00
..
ByteBuffer+UUIDTests+XCTest.swift Add utilties for reading and writing UUIDs (#2045) 2022-10-31 06:25:28 -07:00
ByteBuffer+UUIDTests.swift Add utilties for reading and writing UUIDs (#2045) 2022-10-31 06:25:28 -07:00
ByteBufferDataProtocolTests+XCTest.swift issue-1036: Fix for dates on Linux test generation script. (#1894) 2021-07-13 14:31:01 +01:00
ByteBufferDataProtocolTests.swift Clean up dependencies and imports. (#1935) 2021-08-12 13:49:46 +01:00
ByteBufferView+MutableDataProtocolTest+XCTest.swift issue-1036: Fix for dates on Linux test generation script. (#1894) 2021-07-13 14:31:01 +01:00
ByteBufferView+MutableDataProtocolTest.swift Clean up dependencies and imports. (#1935) 2021-08-12 13:49:46 +01:00
Codable+ByteBufferTest+XCTest.swift issue-1036: Fix for dates on Linux test generation script. (#1894) 2021-07-13 14:31:01 +01:00
Codable+ByteBufferTest.swift Clean up dependencies and imports. (#1935) 2021-08-12 13:49:46 +01:00
JSONSerialization+ByteBufferTest+XCTest.swift issue-1891: API Addition for JSONSerialization in NIOFoundationCompat (#1906) 2021-07-26 14:21:42 +01:00
JSONSerialization+ByteBufferTest.swift Clean up dependencies and imports. (#1935) 2021-08-12 13:49:46 +01:00