vijaysingh-axway / titanium-mobile-mocha-suite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Titanium Mocha Suite

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

About


Languages

Language:JavaScript 99.7%Language:HTML 0.3%