vert-x / testtools

Vert.x 2.x is deprecated - use instead
http://vertx.io/docs/vertx-unit/java/
Other
10 stars 10 forks source link

Please add missing methods from vertx-testframework #19

Closed lance closed 10 years ago

lance commented 10 years ago

The old test utility had the following 3 methods available. They are no longer present in vert-x/testtools, and as a result mod-lang-js has a dependency on both the old and new testing utilities.

TestUtils#generateRandomBuffer
TestUtils#randomUnicodeString
TestUtils#buffersEqual

Thanks!