Searched refs:XUnit (Results 1 – 1 of 1) sorted by relevance
2938 exports.XUnit = require('./xunit');4148 exports = module.exports = XUnit;4157 function XUnit(runner, options) { class4201 XUnit.prototype.done = function(failures, fn) { class4217 XUnit.prototype = new F;4218 XUnit.prototype.constructor = XUnit;4224 XUnit.prototype.write = function(line) {4236 XUnit.prototype.test = function(test, ostream) {