netty5/codec-stomp/src
Riley Park 6ffb001caf Migrate codec-stomp tests to JUnit 5 (#11312)
Motivation:

JUnit 5 is more expressive, extensible, and composable in many ways, and it's better able to run tests in parallel.

Modifications:

Use JUnit5 in codec-stomp tests

Result:

Related to https://github.com/netty/netty/issues/10757
2021-05-26 10:35:05 +02:00
..
main/java/io/netty/handler/codec/stomp Provide ability to extend StompSubframeEncoder and improve full stomp frame encoding (allocate one buffer for full frame considering the size of the headers) (#10778) 2020-12-07 09:00:52 +01:00
test/java/io/netty/handler/codec/stomp Migrate codec-stomp tests to JUnit 5 (#11312) 2021-05-26 10:35:05 +02:00