netty5/common/src/test
Chris Vest db4f85a479
Remove use of PlatformDependent.throwsException in SingleThreadEventExecutor (#10827)
Motivation:
We should avoid lying with throws declarations whenever possible.

Modification:
Changed the code to instead directly throw Error, which seems to have been the intent.
Also, while we're here, convert its associated test to JUnit 5 and clean it up a bit.

Result:
Cleaner code.
2020-11-26 11:37:47 +01:00
..
java/io/netty/util Remove use of PlatformDependent.throwsException in SingleThreadEventExecutor (#10827) 2020-11-26 11:37:47 +01:00
resources Add logging configuration to pom.xml 2016-05-09 15:18:01 +02:00
templates/io/netty/util/collection Enable nohttp check during the build (#10708) 2020-10-23 15:26:25 +02:00