Searched refs:caughtExpected (Results 1 – 10 of 10) sorted by relevance
72 boolean caughtExpected = false; in checkBasics()79 if ( !caughtExpected ) in checkBasics()85 caughtExpected = false; in checkBasics()93 if ( !caughtExpected ) in checkBasics()100 caughtExpected = false; in checkBasics()107 if ( !caughtExpected ) in checkBasics()113 caughtExpected = false; in checkBasics()120 if ( !caughtExpected ) in checkBasics()142 caughtExpected = false; in checkBasics()149 if ( !caughtExpected ) in checkBasics()[all …]
120 boolean caughtExpected = false; in checkNameCollisions()125 catch ( WrappedTargetException e ) { caughtExpected = true; } in checkNameCollisions()127 catch ( ElementExistException e ) { caughtExpected = true; } in checkNameCollisions()129 caughtExpected ); in checkNameCollisions()137 caughtExpected = false; in checkNameCollisions()142 catch ( SQLException e ) { caughtExpected = true; } in checkNameCollisions()145 caughtExpected ); in checkNameCollisions()160 boolean caughtExpected = false; in checkCyclicReferences()162 …catch ( SQLException e ) { caughtExpected = ( e.ErrorCode == -com.sun.star.sdb.ErrorCondition.PARS… in checkCyclicReferences()164 … assertTrue( "executing a query with cyclic nested sub queries should fail!", caughtExpected ); in checkCyclicReferences()
144 boolean caughtExpected = noExceptionAllowed ? true : false; in assureException()152 caughtExpected = noExceptionAllowed in assureException()158 caughtExpected = false; in assureException()161 assertTrue( _message, caughtExpected ); in assureException()
128 boolean caughtExpected = false; in checkJoinSyntax()135 caughtExpected = true; in checkJoinSyntax()138 "test is bogus!", caughtExpected ); in checkJoinSyntax()
801 boolean caughtExpected = false; in impl_testLocking()909 boolean caughtExpected = false; in impl_testErrorHandling()911 catch( final EmptyUndoStackException e ) { caughtExpected = true; } in impl_testErrorHandling()914 caughtExpected = false; in impl_testErrorHandling()919 caughtExpected = false; in impl_testErrorHandling()923 caughtExpected = false; in impl_testErrorHandling()927 caughtExpected = false; in impl_testErrorHandling()931 caughtExpected = false; in impl_testErrorHandling()944 caughtExpected = false; in impl_testErrorHandling()1112 boolean caughtExpected = false; in impl_testHiddenContexts()[all …]
115 boolean caughtExpected = false; in checkSomething()117 catch( PropertyExistException e ) { caughtExpected = true; } in checkSomething()120 caughtExpected ); in checkSomething()145 boolean caughtExpected = false; in impl_checkPropertyValueNotification()147 catch( PropertyVetoException e ) { caughtExpected = true; } in impl_checkPropertyValueNotification()150 caughtExpected ); in impl_checkPropertyValueNotification()181 boolean caughtExpected = false; in impl_checkPropertyPersistence()183 catch( UnknownPropertyException e ) { caughtExpected = true; } in impl_checkPropertyPersistence()184 assure( "transient property did survive reload!", caughtExpected ); in impl_checkPropertyPersistence()
60 boolean caughtExpected = noExceptionAllowed ? true : false; in assertException()81 caughtExpected = noExceptionAllowed in assertException()87 caughtExpected = false; in assertException()90 assertTrue( i_message, caughtExpected ); in assertException()
306 boolean caughtExpected = false; in testGridColumnModel()314 caughtExpected = true; in testGridColumnModel()316 … "adding a dummy (self-implemented) grid column to the model should not succeed", caughtExpected ); in testGridColumnModel()
274 boolean caughtExpected = noExceptionAllowed ? true : false; in assureException()282 caughtExpected = noExceptionAllowed in assureException()288 caughtExpected = false; in assureException()291 assure( _message, caughtExpected ); in assureException()
892 bool caughtExpected = false; in testVndSunStarScript() local897 caughtExpected = true; in testVndSunStarScript()903 caughtExpected, in testVndSunStarScript()906 caughtExpected = false; in testVndSunStarScript()913 caughtExpected = true; in testVndSunStarScript()919 caughtExpected, in testVndSunStarScript()
Completed in 67 milliseconds