netty-incubator-buffer-api/buffer-tests/src/test/java/io/netty/buffer/api/tests
2021-06-01 12:04:57 +02:00
..
adaptor Merge pull request #72 from netty/integration 2021-05-31 15:18:39 +02:00
benchmarks Remove acquire from the public API 2021-05-26 17:19:26 +02:00
examples Fix test failures in ByteToMessageDecoderTest 2021-05-28 12:23:16 +02:00
BufferBulkAccessTest.java Remove the slice methods, add copy methods 2021-05-27 14:07:31 +02:00
BufferByteOffsettedAccessorsTest.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00
BufferCharOffsettedAccessorsTest.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00
BufferCleanerTest.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00
BufferCompactTest.java Hide isOwned, countBorrows, and acquire from the public API, even on CompositeBuffer 2021-05-27 17:34:40 +02:00
BufferComponentIterationTest.java Move to custom exception types 2021-05-31 11:50:44 -07:00
BufferCompositionTest.java Align the remaining exception expectations and fix MemSegBuffer and CompositeBuffer to throw the correct exceptions 2021-06-01 12:04:57 +02:00
BufferDoubleOffsettedAccessorsTest.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00
BufferEnsureWritableTest.java Fix test failures coming from removal of slice and introduction of copy. 2021-05-27 17:06:30 +02:00
BufferFloatOffsettedAccessorsTest.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00
BufferIntOffsettedAccessorsTest.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00
BufferLongOffsettedAccessorsTest.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00
BufferMediumOffsettedAccessorsTest.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00
BufferOffsetsTest.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00
BufferPrimitiveRelativeAccessorsTest.java chore: fix a few typos 2021-05-28 06:58:22 -07:00
BufferReadOnlyTest.java Make Buffer.ensureWritable throw exceptions consistent with the rest of the API 2021-06-01 11:35:01 +02:00
BufferReferenceCountingTest.java Move to custom exception types 2021-05-31 11:50:44 -07:00
BufferRefTest.java Move to custom exception types 2021-05-31 11:50:44 -07:00
BufferSendTest.java Get the tests passing again 2021-06-01 10:28:42 +02:00
BufferShortOffsettedAccessorsTest.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00
BufferTestSupport.java Align the remaining exception expectations and fix MemSegBuffer and CompositeBuffer to throw the correct exceptions 2021-06-01 12:04:57 +02:00
BufferWriteBytesCombinationsTest.java Fix test failures coming from removal of slice and introduction of copy. 2021-05-27 17:06:30 +02:00
EchoIT.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00
Fixture.java Remove the slice methods, add copy methods 2021-05-27 14:07:31 +02:00
Memoize.java First draft of splitting the repo into multiple modules and allowing builds with Java 11 2021-05-21 14:04:23 +02:00
ScopeTest.java Move to custom exception types 2021-05-31 11:50:44 -07:00