Lines Matching refs:then
359 "set('value', v) then render() should position _handleNode": function () {
656 "test md01 min:0 max:100 -- drag past max/max, then click 11 or 1 o'clock.": function() { //string must start with "test
706 Y.Assert.areEqual( 90, dial.get('value'), 'then click 11 0clock');
721 Y.Assert.areEqual( 10, dial.get('value'), 'then click 1 0clock');
737 Y.Assert.areEqual( 90, dial.get('value'), 'then click 11 o`clock');
837 "test md04 min: 0, max: 200 -- drag past max/max, then click 11 or 1 o'clock.": function() { //string must start with "test
878 Y.Assert.areEqual( 190, dial.get('value'), 'then click 11 0clock');
893 Y.Assert.areEqual( 10, dial.get('value'), 'then click 1 0clock');
909 Y.Assert.areEqual( 0, dial.get('value'), 'then click 11 o`clock');
915 Y.Assert.areEqual( 40, dial.get('value'), 'then click 5 o`clock');
993 "test md06 min: -35, max: 35 -- drag past max/max, then click in/out of range also #2530597." : function() { //string must start with "test
1034 Y.Assert.areEqual( 25, dial.get('value'), 'then click 3 o`clock');
1040 Y.Assert.areEqual( -35, dial.get('value'), 'then click 7 o`clock. out of range, min');
1046 Y.Assert.areEqual( 35, dial.get('value'), 'then click 5 o`clock. out of range, max');
1051 // then click to left side of dial
1070 Y.Assert.areEqual( -25, dial.get('value'), 'then click 9 o`clock.'); //#2530597
1091 Y.Assert.areEqual( -25, dial.get('value'), 'then click 9 o`clock.'); //#2530597
1099 Y.Assert.areEqual( -25, dial.get('value'), 'then click 9 o`clock.'); //#2530597
1107 Y.Assert.areEqual( 25, dial.get('value'), 'then click 3 o`clock.'); //#2530597
1324 "test md10 drag CW past max, then click 11 O'clock -- min: 0, max: 100": function() { //string must start with "test
1365 Y.Assert.areEqual( 90, dial.get('value'), 'past min CCW, then click 11 0clock');
1370 "test md11 drag CCW past min, then click 1 O'clock -- min: 0, max: 100": function() { //string must start with "test
1411 Y.Assert.areEqual( 10, dial.get('value'), 'past min CCW, then click 11 0clock');
1415 "test md12 instantiate dial, increase margin, then click ring": function() { //string must start with "test
1457 Y.Assert.areEqual( 90, dial.get('value'), 'past min CCW, then click 11 0clock');
1492 dial._timesWrapped = dial._maxTimesWrapped; // set it to maxwrapped, then wrap it again
1503 dial._timesWrapped = -10; // set it to CCW wrapped many times, then wrap it CCW again