All Downloads are FREE. Search and download functionalities are using the official Maven repository.

-js.1.0.0-CR3.source-code.vertx_tests.js Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
if (typeof __vertxload === 'string') {
  throw "Use require() to load Vert.x API modules";
}

var container = require('vertx/container');
var vassert   = require('vertx_assert');
var vertxTests = {};

vertxTests.vassert = vassert;

vertxTests.startTests = function (top) {
  var methodName = container.config.methodName;
  top[methodName]();
};

module.exports = vertxTests;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy