UNPKG

alloy

Version:

Appcelerator Titanium MVC Framework

27 lines (24 loc) 459 B
Ti.include('/runtimeTester.js'); module.exports = function($) { addMatchers(); describe('bottom controller', function() { validateUiComponent($, 'bottom', { api: 'Ti.UI.View', style: { id: "bottom" } }); }); describe('bottom controller', function() { validateUiComponent($, 'b', { api: 'Ti.UI.Button', style: { width: Ti.UI.SIZE, height: Ti.UI.SIZE, title: "Click me", bottom: 20, id: "b" } }); }); };