netty5/testsuite
Trustin Lee 6490c2bb8b Perform cross-tests between NIO and epoll transport
Motivation:

The epoll testsuite tests the epoll transport only against itself (i.e. epoll x epoll only).  We should test the epoll transport also against the well-tested NIO transport, too.

Modifications:

- Make SocketTestPermutation extensible and reusable so that the epoll testsuite can take advantage of it.
- Rename EpollTestUtils to EpollSocketTestPermutation and make it extend SocketTestPermutation.
- Overall clean-up of SocketTestPermutation
  - Use Arrays.asList() for simplicity
  - Add combo() method to remove code duplication

Result:

The epoll transport is now also tested against the NIO transport.  SocketTestPermutation got cleaner.
2014-03-17 10:49:31 +09:00
..
src/test/java/io/netty/testsuite Perform cross-tests between NIO and epoll transport 2014-03-17 10:49:31 +09:00
.gitignore updated udt and connection test 2013-05-14 06:46:07 +02:00
pom.xml [#2212] Skip autobahntestsuite when using -DskipTests 2014-02-08 19:00:59 +01:00