The unit testing app for Axway Titanium, built using TiMocha.
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');
});
});
Apache 2