RFR: 8246741: NetworkInterface/UniqueMacAddressesTest: mac address uniqueness test failed
Conor Cleary
ccleary at openjdk.java.net
Thu Nov 5 14:26:56 UTC 2020
On Thu, 5 Nov 2020 14:10:15 GMT, Patrick Concannon <pconcannon at openjdk.org> wrote:
> Great work, Conor. The test looks much better!
>
> Did you consider using testNG? Might help you condense things a bit more
Thanks @pconcannon!
I definitely do prefer testNG but was keen not to venture any further away from the scope of the fix than I may already have done with the other modifications. So with that in mind I tried to maintain the same test behavior i.e. throw a RuntimeException on failure instead of some sort of testNG assertion error.
That being said, I am open to updating the test further to make use of testNG if additional feedback warrants it.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1076
More information about the net-dev
mailing list