| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/ |
| H A D | ConnectionLineAccessibility.java | 28 import lib.Status; 126 throw new StatusException(Status.failed("Couldn't create instance")); in createTestEnvironment() 133 throw new StatusException(Status.failed( in createTestEnvironment() 142 throw new StatusException(Status.failed( in createTestEnvironment() 165 throw new StatusException(Status.failed( in createTestEnvironment() 171 throw new StatusException(Status.failed( in createTestEnvironment() 177 throw new StatusException(Status.failed( in createTestEnvironment() 183 throw new StatusException(Status.failed( in createTestEnvironment() 204 throw new StatusException(Status.failed("Couldn't register object")); in createTestEnvironment() 248 throw new StatusException(Status.failed("SQLException")); in createTestEnvironment() [all …]
|
| H A D | JoinViewAccessibility.java | 28 import lib.Status; 124 throw new StatusException (Status.failed ("Couldn't create instance")); in createTestEnvironment() 131 throw new StatusException (Status.failed ( in createTestEnvironment() 140 throw new StatusException (Status.failed ( in createTestEnvironment() 162 throw new StatusException (Status.failed ( in createTestEnvironment() 167 throw new StatusException (Status.failed ( in createTestEnvironment() 172 throw new StatusException (Status.failed ( in createTestEnvironment() 177 throw new StatusException (Status.failed ( in createTestEnvironment() 196 throw new StatusException (Status.failed ("Couldn't register object")); in createTestEnvironment() 238 throw new StatusException (Status.failed ("SQLException")); in createTestEnvironment() [all …]
|
| H A D | TableWindowAccessibility.java | 28 import lib.Status; 123 throw new StatusException(Status.failed("Couldn't create instance")); in createTestEnvironment() 129 throw new StatusException(Status.failed( in createTestEnvironment() 137 throw new StatusException(Status.failed( in createTestEnvironment() 157 throw new StatusException(Status.failed( in createTestEnvironment() 161 throw new StatusException(Status.failed( in createTestEnvironment() 165 throw new StatusException(Status.failed( in createTestEnvironment() 169 throw new StatusException(Status.failed( in createTestEnvironment() 185 throw new StatusException(Status.failed("Couldn't register object")); in createTestEnvironment() 223 throw new StatusException(Status.failed("SQLException")); in createTestEnvironment() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/ |
| H A D | Status.java | 42 public class Status extends SimpleStatus { class 49 public Status(int runState, boolean state ) { in Status() method in Status 58 public Status(String message, boolean state) { in Status() method in Status 69 public static Status passed( boolean state ) { in passed() 70 return new Status(PASSED, state ); in passed() 79 public static Status exception( Throwable t ) { in exception() 90 public static Status skipped( boolean state ) { in skipped() 91 return new Status( SKIPPED, state ); in skipped() 98 public static Status excluded() { in excluded() 99 return new Status( EXCLUDED, false ); in excluded() [all …]
|
| H A D | MultiMethodTest.java | 295 protected void setStatus(String methName, Status methStatus) in setStatus() 351 Status mtStatus = tRes.getStatusFor(method); in requiredMethod() 395 setStatus(methName, Status.skipped(false)); in invokeTestMethod() 399 Status stat; in invokeTestMethod() 417 stat = Status.exception(t); in invokeTestMethod() 423 stat = Status.exception(iaE); in invokeTestMethod() 428 stat = Status.exception(iaE); in invokeTestMethod() 433 stat = Status.exception(ccE); in invokeTestMethod() 481 protected Status setField(String fieldName, Object value) in setField() 491 return Status.exception(nsfE); in setField() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/ |
| H A D | _XRowUpdate.java | 29 import lib.Status; 180 tRes.tested("updateBoolean()", Status.skipped(true)) ; in _updateBoolean() 209 tRes.tested("updateByte()", Status.skipped(true)) ; in _updateByte() 238 tRes.tested("updateShort()", Status.skipped(true)) ; in _updateShort() 267 tRes.tested("updateInt()", Status.skipped(true)) ; in _updateInt() 296 tRes.tested("updateLong()", Status.skipped(true)) ; in _updateLong() 325 tRes.tested("updateFloat()", Status.skipped(true)) ; in _updateFloat() 354 tRes.tested("updateDouble()", Status.skipped(true)) ; in _updateDouble() 383 tRes.tested("updateString()", Status.skipped(true)) ; in _updateString() 414 tRes.tested("updateBytes()", Status.skipped(true)) ; in _updateBytes() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/ |
| H A D | _XTabController.java | 27 import lib.Status; 69 tRes.tested("setModel()", Status.skipped(true) ); in _setModel() 84 tRes.tested("getModel()", Status.skipped(true)); in _getModel() 95 tRes.tested("setContainer()", Status.skipped(true)); in _setContainer() 112 tRes.tested("getContainer()", Status.skipped(true) ); in _getContainer() 121 tRes.tested("getControls()", Status.skipped(true) ); in _getControls() 131 tRes.tested("autoTabOrder()", Status.skipped(true)); in _autoTabOrder() 141 tRes.tested("activateTabOrder()", Status.skipped(true)); in _activateTabOrder() 151 tRes.tested("activateFirst()", Status.skipped(true)); in _activateFirst() 161 tRes.tested("activateLast()", Status.skipped(true)); in _activateLast()
|
| H A D | _XTabControllerModel.java | 27 import lib.Status; 71 tRes.tested("getGroupControl()", Status.skipped(true)); in _getGroupControl() 82 tRes.tested("setGroupControl()", Status.skipped(true)); in _setGroupControl() 92 tRes.tested("setControlModels()", Status.skipped(true)); in _setControlModels() 107 tRes.tested("getControlModels()", Status.skipped(true)); in _getControlModels() 117 tRes.tested("setGroup()", Status.skipped(true)); in _setGroup() 132 tRes.tested("getGroup()", Status.skipped(true)); in _getGroup() 146 tRes.tested("getGroupByName()", Status.skipped(true)); in _getGroupByName() 158 tRes.tested("getGroupCount()", Status.skipped(true)); in _getGroupCount()
|
| H A D | _XComboBox.java | 27 import lib.Status; 102 tRes.tested("addItemListener()", Status.skipped(true)); in _addItemListener() 113 tRes.tested("removeItemListener()", Status.skipped(true)); in _removeItemListener() 123 tRes.tested("addActionListener()", Status.skipped(true)); in _addActionListener() 134 tRes.tested("removeActionListener()", Status.skipped(true)); in _removeActionListener()
|
| /trunk/main/desktop/source/pkgchk/unopkg/ |
| H A D | unopkg_cmdenv.cxx | 87 void update_( Any const & Status ) throw (RuntimeException); 111 virtual void SAL_CALL push( Any const & Status ) throw (RuntimeException); 112 virtual void SAL_CALL update( Any const & Status ) throw (RuntimeException); 343 void CommandEnvironmentImpl::push( Any const & Status ) in push() argument 346 update_( Status ); in push() 350 m_xLogFile->push( Status ); in push() 354 void CommandEnvironmentImpl::update_( Any const & Status ) in update_() argument 357 if (! Status.hasValue()) in update_() 361 if (Status >>= msg) { in update_() 369 if (Status >>= dp_exc) { in update_() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/xml/sax/ |
| H A D | _XDocumentHandler.java | 29 import lib.Status; 159 (Status.failed("Relation wasn't found")) ; in before() 177 tRes.tested("startDocument()", Status.skipped(true)); in _startDocument() 211 tRes.tested("endDocument()", Status.skipped(true)); in _endDocument() 247 tRes.tested("startElement()", Status.skipped(true)); in _startElement() 289 throw new StatusException(Status.failed("Bad relation")) ; in _startElement() 310 tRes.tested("endElement()", Status.skipped(true)); in _endElement() 329 tRes.tested("characters()", Status.skipped(true)); in _characters() 348 tRes.tested("ignorableWhitespace()", Status.skipped(true)); in _ignorableWhitespace() 367 tRes.tested("processingInstruction()", Status.skipped(true)); in _processingInstruction() [all …]
|
| /trunk/main/desktop/source/deployment/ |
| H A D | dp_log.cxx | 66 virtual void SAL_CALL push( Any const & Status ) throw (RuntimeException); 67 virtual void SAL_CALL update( Any const & Status ) throw (RuntimeException); 158 void ProgressLogImpl::push( Any const & Status ) in push() argument 161 update( Status ); in push() 167 void ProgressLogImpl::update( Any const & Status ) in update() argument 170 if (! Status.hasValue()) in update() 179 if (Status >>= msg) { in update() 184 buf.append( ::comphelper::anyToString(Status) ); in update()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/ |
| H A D | _XMailMergeBroadcaster.java | 27 import lib.Status; 80 throw new StatusException(Status.failed in before() 84 throw new StatusException(Status.failed in before() 103 throw new StatusException(Status.failed in _addMailMergeEventListener() 106 throw new StatusException(Status.failed in _addMailMergeEventListener() 132 throw new StatusException(Status.failed in _removeMailMergeEventListener() 135 throw new StatusException(Status.failed in _removeMailMergeEventListener()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/ |
| H A D | _XScenario.java | 28 import lib.Status; 47 tRes.tested("addRanges()",Status.skipped(true)); in _addRanges() 57 tRes.tested("apply()",Status.skipped(true)); in _apply() 67 tRes.tested("getIsScenario()",Status.skipped(true)); in _getIsScenario() 76 tRes.tested("getScenarioComment()",Status.skipped(true)); in _getScenarioComment() 86 tRes.tested("setScenarioComment()",Status.skipped(true)); in _setScenarioComment()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_adabas/ |
| H A D | ODriver.java | 28 import lib.Status; 76 throw new StatusException(Status.failed("Couldn't create object")); in createTestEnvironment() 85 throw new StatusException(Status.failed( in createTestEnvironment() 93 throw new StatusException(Status.failed( in createTestEnvironment() 98 throw new StatusException(Status.failed( in createTestEnvironment() 110 throw new StatusException(Status.failed( in createTestEnvironment()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ |
| H A D | ScAccessiblePreviewHeaderCell.java | 27 import lib.Status; 198 throw new StatusException(Status.failed("Couldn't get element")); in createTestEnvironment() 201 throw new StatusException(Status.failed("Couldn't get element")); in createTestEnvironment() 208 throw new StatusException(Status.failed( in createTestEnvironment() 212 throw new StatusException(Status.failed( in createTestEnvironment() 216 throw new StatusException(Status.failed( in createTestEnvironment() 220 throw new StatusException(Status.failed( in createTestEnvironment() 246 throw new StatusException(Status.failed("Couldn't change mode")); in createTestEnvironment()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbpool/ |
| H A D | OConnectionPool.java | 28 import lib.Status; 60 Status.failed("Couldn't create instance")); in createTestEnvironment() 70 Status.failed("Couldn't get parameter 'dbase.url'")); in createTestEnvironment() 78 Status.failed("Couldn't get parameter 'jdbc.url'")); in createTestEnvironment() 86 Status.failed("Couldn't get parameter 'jdbc.user'")); in createTestEnvironment() 92 Status.failed("Couldn't get parameter 'jdbc.password'")); in createTestEnvironment()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbcx/ |
| H A D | _XDataDefinitionSupplier.java | 27 import lib.Status; 71 throw new StatusException(Status.failed( in before() 76 throw new StatusException(Status.failed( in before() 81 throw new StatusException(Status.failed( in before() 101 Status.skipped(false)); in _getDataDefinitionByConnection() 114 Status.skipped(false)); in _getDataDefinitionByConnection()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_jdbc/ |
| H A D | JDBCDriver.java | 28 import lib.Status; 74 throw new StatusException(Status.failed("Couldn't create object")); in createTestEnvironment() 83 throw new StatusException(Status.failed( in createTestEnvironment() 91 throw new StatusException(Status.failed( in createTestEnvironment() 112 throw new StatusException(Status.failed( in createTestEnvironment()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/ |
| H A D | _XActiveDataControl.java | 27 import lib.Status; 147 throw new StatusException(Status.failed(e.getMessage())); in _start() 186 throw new StatusException(Status.failed(e.getMessage())); in _removeListener() 212 throw new StatusException(Status.failed(e.getMessage())); in _terminate() 217 Status.failed("Unexpected error"); in _terminate()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/ |
| H A D | _XAccessibleValue.java | 28 import lib.Status; 136 tRes.tested("setCurrentValue()",Status.skipped(true)); in _setCurrentValue() 153 throw new StatusException(Status.skipped(true)); in _setCurrentValue() 296 (Status.failed("Unexpected value type: " + val.getClass())); 318 (Status.failed("Undetected value type: " + val.getClass())); 337 (Status.failed("Unexpected class: " + clazz));
|
| /trunk/main/autodoc/source/parser_i/tokens/ |
| H A D | tkpstam2.cxx | 77 StmStatu2 & rPst = Status(nPeekedStatus); in AddToken() 89 if (Status(rLastStatus.NextBy(i)).AsBounds() != 0) in AddToken() 140 StateMachin2::Status(intt in_nStatusNr) const in Status() function in StateMachin2 149 StmArrayStatu2 * pCurSt = Status(nCurrentStatus).AsArray(); in CurrentStatus() 160 return Status(nPeekedStatus).AsBounds(); in BoundsStatus()
|
| /trunk/main/autodoc/source/parser/tokens/ |
| H A D | tkpstama.cxx | 79 StmStatus & rPst = Status(nPeekedStatus); in AddToken() 91 if (Status(rLastStatus.NextBy(i)).AsBounds() != 0) in AddToken() 143 StateMachine::Status(intt in_nStatusNr) const in Status() function in StateMachine 152 StmArrayStatus * pCurSt = Status(nCurrentStatus).AsArray(); in CurrentStatus() 163 return Status(nPeekedStatus).AsBounds(); in BoundsStatus()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/basichelper/ |
| H A D | ThreadRunner.java | 43 import lib.Status; 104 throw new StatusException(Status.failed( in initialize() 114 throw new StatusException(Status.failed("Expected the " + in initialize() 125 throw new StatusException(Status.failed("Expected the " + in initialize() 135 throw new StatusException(Status.failed("Expected the " + in initialize() 242 throw new StatusException(Status.failed("Couldn't create service")); in run()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/document/ |
| H A D | _Settings.java | 36 import lib.Status; 58 … throw new StatusException(Status.failed("the property 'PrinterIndependentLayout' is unknown.")); in _PrinterIndependentLayout() 60 …throw new StatusException(Status.failed("the property 'PrinterIndependentLayout' could not be test… in _PrinterIndependentLayout() 90 throw new StatusException(Status.failed( in _PrinterName() 102 throw new StatusException(Status.failed( in _PrinterName()
|