Smack/smack-extensions/src/test/java/org/jivesoftware/smackx/bytestreams/socks5
Florian Schmaus f3b856c80b Improve shouldFailIfInitiatorCannotConnectToSocks5Proxy() unit test
If run in parallel with other unit tests, especially onces that open
up a proxy, this test could fail, because another unit test actually
had an proxy running on the very address this unit test assumes to be
no proxy running.

We now use an IP address from RFC 5737's TEST-NET-1 address block,
which should never be available.
2019-07-04 15:49:47 +02:00
..
InitiationListenerTest.java Introduce util.InternetAddress 2019-06-03 17:41:10 +02:00
Socks5ByteStreamManagerTest.java Improve shouldFailIfInitiatorCannotConnectToSocks5Proxy() unit test 2019-07-04 15:49:47 +02:00
Socks5ByteStreamRequestTest.java Rework SOCKS5 unit tests so that they can be run in parallel 2019-06-02 10:38:19 +02:00
Socks5ClientForInitiatorTest.java Rework SOCKS5 unit tests so that they can be run in parallel 2019-06-02 10:38:19 +02:00
Socks5ClientTest.java Use StandardCharsets.(UTF_8|US_ASCII) 2019-05-08 12:44:48 +02:00
Socks5PacketUtils.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
Socks5ProxyTest.java Introduce util.InternetAddress 2019-06-03 17:41:10 +02:00
Socks5TestProxy.java Make Socks5TestProxy a subclass of Socks5Proxy 2019-06-11 12:47:39 +02:00