Home
last modified time | relevance | path

Searched refs:Status (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DTableWindowAccessibility.java28 import lib.Status;
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()
244 throw new StatusException(Status.failed( in createTestEnvironment()
248 throw new StatusException(Status.failed( in createTestEnvironment()
252 throw new StatusException(Status.failed( in createTestEnvironment()
[all …]
H A DJoinViewAccessibility.java28 import lib.Status;
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()
261 throw new StatusException (Status.failed ( in createTestEnvironment()
266 throw new StatusException (Status.failed ( in createTestEnvironment()
271 throw new StatusException (Status.failed ( in createTestEnvironment()
[all …]
H A DConnectionLineAccessibility.java28 import lib.Status;
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()
272 throw new StatusException(Status.failed( in createTestEnvironment()
278 throw new StatusException(Status.failed( in createTestEnvironment()
284 throw new StatusException(Status.failed( in createTestEnvironment()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DStatus.java42 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 DMultiMethodTest.java351 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()
491 return Status.exception(nsfE); in setField()
497 return Status.passed(true); in setField()
501 return Status.exception(iaE); in setField()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRowUpdate.java29 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()
414 tRes.tested("updateBytes()", Status.skipped(true)) ; in _updateBytes()
448 tRes.tested("updateDate()", Status.skipped(true)) ; in _updateDate()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XTabController.java27 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.java27 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.java27 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 Dunopkg_cmdenv.cxx343 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_()
375 buf.append( ::comphelper::anyToString(Status) ); in update_()
396 void CommandEnvironmentImpl::update( Any const & Status ) in update() argument
399 update_( Status ); in update()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/xml/sax/
H A D_XDocumentHandler.java29 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 Ddp_log.cxx66 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.java27 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.java28 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 DODriver.java28 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 DScAccessiblePreviewHeaderCell.java27 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 DOConnectionPool.java28 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.java27 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 DJDBCDriver.java28 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.java27 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.java28 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/tokens/
H A Dtkpstama.cxx79 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/autodoc/source/parser_i/tokens/
H A Dtkpstam2.cxx77 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/qadevOOo/java/OOoRunner/src/main/java/basicrunner/basichelper/
H A DThreadRunner.java43 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.java36 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()

Completed in 134 milliseconds

12345678910>>...15