aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/spinner/spinner_common.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/spinner/spinner_common.js')
-rw-r--r--tests/unit/spinner/spinner_common.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/unit/spinner/spinner_common.js b/tests/unit/spinner/spinner_common.js
new file mode 100644
index 000000000..4f05b1e63
--- /dev/null
+++ b/tests/unit/spinner/spinner_common.js
@@ -0,0 +1,19 @@
+TestHelpers.commonWidgetTests( "spinner", {
+ defaults: {
+ culture: null,
+ disabled: false,
+ incremental: true,
+ max: null,
+ min: null,
+ numberFormat: null,
+ page: 10,
+ step: 1,
+
+ // callbacks
+ change: null,
+ create: null,
+ spin: null,
+ start: null,
+ stop: null
+ }
+});