Skip to content

Latest commit

 

History

History
 
 

tests

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