135136137138139140141142
/** * Test calls the method. <p> * Has <b> OK </b> status if the method does not return null. */ public void _createRegion() { XRegion reg = oObj.createRegion(); tRes.tested("createRegion()", reg != null); }
133134135136137138139140
132133134135136137138139
140141142143144145146147
137138139140141142143144