Lines Matching refs:tRes
57 tRes.tested("addAdjustmentListener()", res); in _addAdjustmentListener()
65 tRes.tested("removeAdjustmentListener()", true); in _removeAdjustmentListener()
72 tRes.tested("setBlockIncrement()",bi==5); in _setBlockIncrement()
80 tRes.tested("getBlockIncrement()", true); in _getBlockIncrement()
87 tRes.tested("setLineIncrement()",li==2); in _setLineIncrement()
95 tRes.tested("getLineIncrement()", true); in _getLineIncrement()
102 tRes.tested("setMaximum()",max==480); in _setMaximum()
110 tRes.tested("getMaximum()", true); in _getMaximum()
117 tRes.tested("setOrientation()",ori==ScrollBarOrientation.VERTICAL); in _setOrientation()
125 tRes.tested("getOrientation()", true); in _getOrientation()
133 tRes.tested("setValue()",val==520); in _setValue()
141 tRes.tested("getValue()", true); in _getValue()
148 tRes.tested("setVisibleSize()",vs==500); in _setVisibleSize()
156 tRes.tested("getVisibleSize()", true); in _getVisibleSize()
165 tRes.tested("setValues()",((val==70) && (vs==210) && (max==500))); in _setValues()