Home
last modified time | relevance | path

Searched refs:shouldThrow (Results 1 – 25 of 35) sorted by relevance

12

/external/python/cpython2/Lib/test/
Dtest_with.py167 def shouldThrow(): function
172 self.assertRaises(RuntimeError, shouldThrow)
181 def shouldThrow(): function
184 self.assertRaises(RuntimeError, shouldThrow)
353 def shouldThrow(): function
358 self.assertRaises(RuntimeError, shouldThrow)
364 def shouldThrow(): function
369 self.assertRaises(ZeroDivisionError, shouldThrow)
375 def shouldThrow(): function
383 self.assertRaises(RuntimeError, shouldThrow)
[all …]
/external/python/cpython3/Lib/test/
Dtest_with.py170 def shouldThrow(): function
175 self.assertRaises(RuntimeError, shouldThrow)
184 def shouldThrow(): function
187 self.assertRaises(RuntimeError, shouldThrow)
358 def shouldThrow(): function
363 self.assertRaises(RuntimeError, shouldThrow)
369 def shouldThrow(): function
374 self.assertRaises(ZeroDivisionError, shouldThrow)
380 def shouldThrow(): function
388 self.assertRaises(RuntimeError, shouldThrow)
[all …]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAtomicDoubleArrayTest.java73 shouldThrow(); in testConstructor2NPE()
96 shouldThrow(); in testConstructorEmptyArray()
108 shouldThrow(); in testConstructorZeroLength()
120 shouldThrow(); in testIndexing()
124 shouldThrow(); in testIndexing()
128 shouldThrow(); in testIndexing()
132 shouldThrow(); in testIndexing()
136 shouldThrow(); in testIndexing()
140 shouldThrow(); in testIndexing()
144 shouldThrow(); in testIndexing()
DJSR166TestCase.java576 shouldThrow(); in assertFutureTimesOut()
587 public void shouldThrow() { in shouldThrow() method in JSR166TestCase
594 public void shouldThrow(String exceptionName) { in shouldThrow() method in JSR166TestCase
1198 shouldThrow();
1202 shouldThrow();
1206 shouldThrow();
DMoreExecutorsTest.java422 shouldThrow(); in testInvokeAnyImpl_nullTasks()
436 shouldThrow(); in testInvokeAnyImpl_emptyTasks()
457 shouldThrow(); in testInvokeAnyImpl_nullElement()
473 shouldThrow(); in testInvokeAnyImpl_noTaskCompletes()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodDefault002Debuggee.java36 public default int testDefaultMethod(boolean shouldThrow) throws Throwable { in testDefaultMethod() argument
37 if (shouldThrow) { in testDefaultMethod()
50 public int testDefaultMethod(boolean shouldThrow) throws Throwable { in testDefaultMethod() argument
51 if (shouldThrow) { in testDefaultMethod()
DInvokeMethodDefaultTest.java47 private void testInvokeMethod(boolean shouldThrow) { in testInvokeMethod() argument
128 Value throwValue = Value.createBoolean(shouldThrow); in testInvokeMethod()
141 ((shouldThrow) ? "with" : "without") + " exception"); in testInvokeMethod()
147 if (shouldThrow) { in testInvokeMethod()
DInvokeMethodDefault002Test.java48 private void testInvokeMethod(boolean shouldThrow) { in testInvokeMethod() argument
128 Value throwValue = Value.createBoolean(shouldThrow); in testInvokeMethod()
141 ((shouldThrow) ? "with" : "without") + " exception"); in testInvokeMethod()
147 if (shouldThrow) { in testInvokeMethod()
DInvokeMethodDefaultDebuggee.java36 public default int testDefaultMethod(boolean shouldThrow) throws Throwable { in testDefaultMethod() argument
37 if (shouldThrow) { in testDefaultMethod()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
DInvokeMethodTest.java44 private void testInvokeMethodStatic(boolean shouldThrow) { in testInvokeMethodStatic() argument
103 Value throwValue = Value.createBoolean(shouldThrow); in testInvokeMethodStatic()
115 ((shouldThrow) ? "with" : "without") + " exception."); in testInvokeMethodStatic()
121 if (shouldThrow) { in testInvokeMethodStatic()
/external/guava/guava-tests/test/com/google/common/io/
DCloseablesTest.java107 private void setupCloseable(boolean shouldThrow) throws IOException { in setupCloseable() argument
110 if (shouldThrow) { in setupCloseable()
/external/catch2/include/internal/
Dcatch_assertionhandler.h41 bool shouldThrow = false; member
Dcatch_assertionhandler.cpp85 if (m_reaction.shouldThrow) { in complete()
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy40 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy41 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy41 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy41 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy41 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy41 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy41 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTest.groovy41 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {
/external/mockito/src/test/java/org/mockitousage/annotation/
DSpyAnnotationTest.java49 public final ExpectedException shouldThrow = ExpectedException.none(); field in SpyAnnotationTest
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTestCase.groovy56 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTestCase.groovy56 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/test/
DAbstractGroovyTestCase.groovy55 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {

12