Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 719 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 719 Bytes

Titanium Mocha Suite

Greenkeeper badge

The unit testing app for Axway Titanium, built using TiMocha.

Example

describe('Your test suite', function () {
	it('Your unit test', function () {
		should(Ti.Platform).have.readOnlyProperty('apiName').which.is.a.String();
		should(Ti.Platform.apiName).be.eql('Ti.Platform');
	});
});

References

License

Apache 2