netty5/transport/src/test/java/io/netty
Chris Vest 690d1a53d5
Add tests verifying channel configure/initialisation order (#11050)
Motivation:
Channels need to have their configurations applied before we can call out to user-code via handlerAdded and initChannel.

Modification:
This adds tests for this behaviour, which already works correctly.

Result:
Better test coverage.
2021-03-02 15:46:23 +01:00
..
bootstrap Add tests verifying channel configure/initialisation order (#11050) 2021-03-02 15:46:23 +01:00
channel Use Files.createTempFile(...) to ensure the file is created with proper permissions 2021-02-08 11:44:05 +01:00