Home
last modified time | relevance | path

Searched refs:ExceptionTest (Results 1 – 25 of 240) sorted by relevance

12345678910

/dports/devel/cppunit/cppunit-1.14.0/examples/cppunittest/
H A DExceptionTest.cpp8 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( ExceptionTest,
12 ExceptionTest::ExceptionTest() in ExceptionTest() function in ExceptionTest
17 ExceptionTest::~ExceptionTest() in ~ExceptionTest()
23 ExceptionTest::setUp() in setUp()
29 ExceptionTest::tearDown() in tearDown()
35 ExceptionTest::testConstructor() in testConstructor()
48 ExceptionTest::testDefaultConstructor() in testDefaultConstructor()
58 ExceptionTest::testCopyConstructor() in testCopyConstructor()
68 ExceptionTest::testAssignment() in testAssignment()
79 ExceptionTest::testClone() in testClone()
[all …]
H A DExceptionTest.h7 class ExceptionTest : public CPPUNIT_NS::TestFixture
9 CPPUNIT_TEST_SUITE( ExceptionTest );
18 ExceptionTest();
19 virtual ~ExceptionTest();
31 ExceptionTest( const ExceptionTest &copy );
32 void operator =( const ExceptionTest &copy );
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-error/test/
H A Dexception.rb4 ExceptionTest.mrb_protect { 'test' }
7 result = ExceptionTest.mrb_protect { raise 'test' }
15 ExceptionTest.mrb_ensure Proc.new { 'test' }, Proc.new { a = true }
21 ExceptionTest.mrb_ensure Proc.new { raise 'test' }, Proc.new { a = true }
28 ExceptionTest.mrb_rescue Proc.new { 'test' }, Proc.new {}
35 ExceptionTest.mrb_rescue Proc.new { raise CustomExp.new 'test' }, Proc.new { 'rescue' }
39 ExceptionTest.mrb_rescue Proc.new { raise 'test' }, Proc.new { 'rescue' }
45 ExceptionTest.mrb_rescue_exceptions Proc.new { 'test' }, Proc.new {}
49ExceptionTest.mrb_rescue_exceptions Proc.new { raise RangeError.new 'test' }, Proc.new { 'rescue' }
53ExceptionTest.mrb_rescue_exceptions Proc.new { raise TypeError.new 'test' }, Proc.new { 'rescue' }
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/mrbgems/mruby-error/test/
H A Dexception.rb4 ExceptionTest.mrb_protect { 'test' }
7 result = ExceptionTest.mrb_protect { raise 'test' }
15 ExceptionTest.mrb_ensure Proc.new { 'test' }, Proc.new { a = true }
21 ExceptionTest.mrb_ensure Proc.new { raise 'test' }, Proc.new { a = true }
28 ExceptionTest.mrb_rescue Proc.new { 'test' }, Proc.new {}
35 ExceptionTest.mrb_rescue Proc.new { raise CustomExp.new 'test' }, Proc.new { 'rescue' }
39 ExceptionTest.mrb_rescue Proc.new { raise 'test' }, Proc.new { 'rescue' }
45 ExceptionTest.mrb_rescue_exceptions Proc.new { 'test' }, Proc.new {}
49ExceptionTest.mrb_rescue_exceptions Proc.new { raise RangeError.new 'test' }, Proc.new { 'rescue' }
53ExceptionTest.mrb_rescue_exceptions Proc.new { raise TypeError.new 'test' }, Proc.new { 'rescue' }
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/mrbgems/mruby-error/test/
H A Dexception.rb4 ExceptionTest.mrb_protect { 'test' }
7 result = ExceptionTest.mrb_protect { raise 'test' }
15 ExceptionTest.mrb_ensure Proc.new { 'test' }, Proc.new { a = true }
21 ExceptionTest.mrb_ensure Proc.new { raise 'test' }, Proc.new { a = true }
28 ExceptionTest.mrb_rescue Proc.new { 'test' }, Proc.new {}
35 ExceptionTest.mrb_rescue Proc.new { raise CustomExp.new 'test' }, Proc.new { 'rescue' }
39 ExceptionTest.mrb_rescue Proc.new { raise 'test' }, Proc.new { 'rescue' }
45 ExceptionTest.mrb_rescue_exceptions Proc.new { 'test' }, Proc.new {}
49ExceptionTest.mrb_rescue_exceptions Proc.new { raise RangeError.new 'test' }, Proc.new { 'rescue' }
53ExceptionTest.mrb_rescue_exceptions Proc.new { raise TypeError.new 'test' }, Proc.new { 'rescue' }
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-error/test/
H A Dexception.rb4 ExceptionTest.mrb_protect { 'test' }
7 result = ExceptionTest.mrb_protect { raise 'test' }
15 ExceptionTest.mrb_ensure Proc.new { 'test' }, Proc.new { a = true }
21 ExceptionTest.mrb_ensure Proc.new { raise 'test' }, Proc.new { a = true }
28 ExceptionTest.mrb_rescue Proc.new { 'test' }, Proc.new {}
35 ExceptionTest.mrb_rescue Proc.new { raise CustomExp.new 'test' }, Proc.new { 'rescue' }
39 ExceptionTest.mrb_rescue Proc.new { raise 'test' }, Proc.new { 'rescue' }
45 ExceptionTest.mrb_rescue_exceptions Proc.new { 'test' }, Proc.new {}
49ExceptionTest.mrb_rescue_exceptions Proc.new { raise RangeError.new 'test' }, Proc.new { 'rescue' }
53ExceptionTest.mrb_rescue_exceptions Proc.new { raise TypeError.new 'test' }, Proc.new { 'rescue' }
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/mrbgems/mruby-error/test/
H A Dexception.rb4 ExceptionTest.mrb_protect { 'test' }
7 result = ExceptionTest.mrb_protect { raise 'test' }
15 ExceptionTest.mrb_ensure Proc.new { 'test' }, Proc.new { a = true }
21 ExceptionTest.mrb_ensure Proc.new { raise 'test' }, Proc.new { a = true }
28 ExceptionTest.mrb_rescue Proc.new { 'test' }, Proc.new {}
35 ExceptionTest.mrb_rescue Proc.new { raise CustomExp.new 'test' }, Proc.new { 'rescue' }
39 ExceptionTest.mrb_rescue Proc.new { raise 'test' }, Proc.new { 'rescue' }
45 ExceptionTest.mrb_rescue_exceptions Proc.new { 'test' }, Proc.new {}
49ExceptionTest.mrb_rescue_exceptions Proc.new { raise RangeError.new 'test' }, Proc.new { 'rescue' }
53ExceptionTest.mrb_rescue_exceptions Proc.new { raise TypeError.new 'test' }, Proc.new { 'rescue' }
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby/mrbgems/mruby-error/test/
H A Dexception.rb4 ExceptionTest.mrb_protect { 'test' }
7 result = ExceptionTest.mrb_protect { raise 'test' }
15 ExceptionTest.mrb_ensure Proc.new { 'test' }, Proc.new { a = true }
21 ExceptionTest.mrb_ensure Proc.new { raise 'test' }, Proc.new { a = true }
28 ExceptionTest.mrb_rescue Proc.new { 'test' }, Proc.new {}
35 ExceptionTest.mrb_rescue Proc.new { raise CustomExp.new 'test' }, Proc.new { 'rescue' }
39 ExceptionTest.mrb_rescue Proc.new { raise 'test' }, Proc.new { 'rescue' }
45 ExceptionTest.mrb_rescue_exceptions Proc.new { 'test' }, Proc.new {}
49ExceptionTest.mrb_rescue_exceptions Proc.new { raise RangeError.new 'test' }, Proc.new { 'rescue' }
53ExceptionTest.mrb_rescue_exceptions Proc.new { raise TypeError.new 'test' }, Proc.new { 'rescue' }
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-error/test/
H A Dexception.rb4 ExceptionTest.mrb_protect { 'test' }
7 result = ExceptionTest.mrb_protect { raise 'test' }
15 ExceptionTest.mrb_ensure Proc.new { 'test' }, Proc.new { a = true }
21 ExceptionTest.mrb_ensure Proc.new { raise 'test' }, Proc.new { a = true }
28 ExceptionTest.mrb_rescue Proc.new { 'test' }, Proc.new {}
35 ExceptionTest.mrb_rescue Proc.new { raise CustomExp.new 'test' }, Proc.new { 'rescue' }
39 ExceptionTest.mrb_rescue Proc.new { raise 'test' }, Proc.new { 'rescue' }
45 ExceptionTest.mrb_rescue_exceptions Proc.new { 'test' }, Proc.new {}
49ExceptionTest.mrb_rescue_exceptions Proc.new { raise RangeError.new 'test' }, Proc.new { 'rescue' }
53ExceptionTest.mrb_rescue_exceptions Proc.new { raise TypeError.new 'test' }, Proc.new { 'rescue' }
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/libsample/
H A Dexceptiontest.cpp38 ExceptionTest::ExceptionTest() = default;
40 int ExceptionTest::intThrowStdException(bool doThrow) in intThrowStdException()
47 void ExceptionTest::voidThrowStdException(bool doThrow) in voidThrowStdException()
53 int ExceptionTest::intThrowInt(bool doThrow) in intThrowInt()
60 void ExceptionTest::voidThrowInt(bool doThrow) in voidThrowInt()
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/libsample/
H A Dexceptiontest.cpp38 ExceptionTest::ExceptionTest() = default;
40 int ExceptionTest::intThrowStdException(bool doThrow) in intThrowStdException()
47 void ExceptionTest::voidThrowStdException(bool doThrow) in voidThrowStdException()
53 int ExceptionTest::intThrowInt(bool doThrow) in intThrowInt()
60 void ExceptionTest::voidThrowInt(bool doThrow) in voidThrowInt()
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/libsample/
H A Dexceptiontest.cpp38 ExceptionTest::ExceptionTest() = default;
40 int ExceptionTest::intThrowStdException(bool doThrow) in intThrowStdException()
47 void ExceptionTest::voidThrowStdException(bool doThrow) in voidThrowStdException()
53 int ExceptionTest::intThrowInt(bool doThrow) in intThrowInt()
60 void ExceptionTest::voidThrowInt(bool doThrow) in voidThrowInt()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/classfiles/attributes/Signature/
H A DExceptionTest.java42 public class ExceptionTest<Exc extends RuntimeException & Runnable> { class
45 <E extends Exception> ExceptionTest() throws E { in ExceptionTest() method in ExceptionTest
50 <E extends Exception> ExceptionTest(int a) throws IOException, E, IOError { in ExceptionTest() method in ExceptionTest
54 ExceptionTest(long a) throws Exc { in ExceptionTest() method in ExceptionTest
58 ExceptionTest(byte a) throws IOError, Exc, IOException { in ExceptionTest() method in ExceptionTest
62 ExceptionTest(Exc a) throws IOException { in ExceptionTest() method in ExceptionTest
66 ExceptionTest(String a) throws IOError { in ExceptionTest() method in ExceptionTest
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/classfiles/attributes/Signature/
H A DExceptionTest.java42 public class ExceptionTest<Exc extends RuntimeException & Runnable> { class
45 <E extends Exception> ExceptionTest() throws E { in ExceptionTest() method in ExceptionTest
50 <E extends Exception> ExceptionTest(int a) throws IOException, E, IOError { in ExceptionTest() method in ExceptionTest
54 ExceptionTest(long a) throws Exc { in ExceptionTest() method in ExceptionTest
58 ExceptionTest(byte a) throws IOError, Exc, IOException { in ExceptionTest() method in ExceptionTest
62 ExceptionTest(Exc a) throws IOException { in ExceptionTest() method in ExceptionTest
66 ExceptionTest(String a) throws IOError { in ExceptionTest() method in ExceptionTest
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/classfiles/attributes/Signature/
H A DExceptionTest.java42 public class ExceptionTest<Exc extends RuntimeException & Runnable> { class
45 <E extends Exception> ExceptionTest() throws E { in ExceptionTest() method in ExceptionTest
50 <E extends Exception> ExceptionTest(int a) throws IOException, E, IOError { in ExceptionTest() method in ExceptionTest
54 ExceptionTest(long a) throws Exc { in ExceptionTest() method in ExceptionTest
58 ExceptionTest(byte a) throws IOError, Exc, IOException { in ExceptionTest() method in ExceptionTest
62 ExceptionTest(Exc a) throws IOException { in ExceptionTest() method in ExceptionTest
66 ExceptionTest(String a) throws IOError { in ExceptionTest() method in ExceptionTest
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/classfiles/attributes/Signature/
H A DExceptionTest.java42 public class ExceptionTest<Exc extends RuntimeException & Runnable> { class
45 <E extends Exception> ExceptionTest() throws E { in ExceptionTest() method in ExceptionTest
50 <E extends Exception> ExceptionTest(int a) throws IOException, E, IOError { in ExceptionTest() method in ExceptionTest
54 ExceptionTest(long a) throws Exc { in ExceptionTest() method in ExceptionTest
58 ExceptionTest(byte a) throws IOError, Exc, IOException { in ExceptionTest() method in ExceptionTest
62 ExceptionTest(Exc a) throws IOException { in ExceptionTest() method in ExceptionTest
66 ExceptionTest(String a) throws IOError { in ExceptionTest() method in ExceptionTest
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/classfiles/attributes/Signature/
H A DExceptionTest.java42 public class ExceptionTest<Exc extends RuntimeException & Runnable> { class
45 <E extends Exception> ExceptionTest() throws E { in ExceptionTest() method in ExceptionTest
50 <E extends Exception> ExceptionTest(int a) throws IOException, E, IOError { in ExceptionTest() method in ExceptionTest
54 ExceptionTest(long a) throws Exc { in ExceptionTest() method in ExceptionTest
58 ExceptionTest(byte a) throws IOError, Exc, IOException { in ExceptionTest() method in ExceptionTest
62 ExceptionTest(Exc a) throws IOException { in ExceptionTest() method in ExceptionTest
66 ExceptionTest(String a) throws IOError { in ExceptionTest() method in ExceptionTest
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/classfiles/attributes/Signature/
H A DExceptionTest.java42 public class ExceptionTest<Exc extends RuntimeException & Runnable> { class
45 <E extends Exception> ExceptionTest() throws E { in ExceptionTest() method in ExceptionTest
50 <E extends Exception> ExceptionTest(int a) throws IOException, E, IOError { in ExceptionTest() method in ExceptionTest
54 ExceptionTest(long a) throws Exc { in ExceptionTest() method in ExceptionTest
58 ExceptionTest(byte a) throws IOError, Exc, IOException { in ExceptionTest() method in ExceptionTest
62 ExceptionTest(Exc a) throws IOException { in ExceptionTest() method in ExceptionTest
66 ExceptionTest(String a) throws IOError { in ExceptionTest() method in ExceptionTest
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/classfiles/attributes/Signature/
H A DExceptionTest.java42 public class ExceptionTest<Exc extends RuntimeException & Runnable> { class
45 <E extends Exception> ExceptionTest() throws E { in ExceptionTest() method in ExceptionTest
50 <E extends Exception> ExceptionTest(int a) throws IOException, E, IOError { in ExceptionTest() method in ExceptionTest
54 ExceptionTest(long a) throws Exc { in ExceptionTest() method in ExceptionTest
58 ExceptionTest(byte a) throws IOError, Exc, IOException { in ExceptionTest() method in ExceptionTest
62 ExceptionTest(Exc a) throws IOException { in ExceptionTest() method in ExceptionTest
66 ExceptionTest(String a) throws IOError { in ExceptionTest() method in ExceptionTest
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/classfiles/attributes/Signature/
H A DExceptionTest.java42 public class ExceptionTest<Exc extends RuntimeException & Runnable> { class
45 <E extends Exception> ExceptionTest() throws E { in ExceptionTest() method in ExceptionTest
50 <E extends Exception> ExceptionTest(int a) throws IOException, E, IOError { in ExceptionTest() method in ExceptionTest
54 ExceptionTest(long a) throws Exc { in ExceptionTest() method in ExceptionTest
58 ExceptionTest(byte a) throws IOError, Exc, IOException { in ExceptionTest() method in ExceptionTest
62 ExceptionTest(Exc a) throws IOException { in ExceptionTest() method in ExceptionTest
66 ExceptionTest(String a) throws IOError { in ExceptionTest() method in ExceptionTest
/dports/devel/folly/folly-2021.12.27.00/folly/lang/test/
H A DExceptionTest.cpp102 class ExceptionTest : public testing::Test {}; class
104 TEST_F(ExceptionTest, throw_exception_direct) { in TEST_F() argument
113 TEST_F(ExceptionTest, throw_exception_variadic) { in TEST_F() argument
122 TEST_F(ExceptionTest, terminate_with_direct) { in TEST_F() argument
128 TEST_F(ExceptionTest, terminate_with_variadic) { in TEST_F() argument
134 TEST_F(ExceptionTest, invoke_cold) { in TEST_F() argument
141 TEST_F(ExceptionTest, invoke_noreturn_cold) { in TEST_F() argument
148 TEST_F(ExceptionTest, catch_exception) { in TEST_F() argument
174 TEST_F(ExceptionTest, exception_ptr_empty) { in TEST_F() argument
184 TEST_F(ExceptionTest, exception_ptr_int) { in TEST_F() argument
[all …]
/dports/net/kea/kea-2.0.1/src/lib/exceptions/tests/
H A Dexceptions_unittest.cc22 class ExceptionTest : public ::testing::Test { class
24 ExceptionTest() : teststring("test") {} in ExceptionTest() function in __anon249ad2410111::ExceptionTest
32 TEST_F(ExceptionTest, basicMethods) { in TEST_F() argument
43 TEST_F(ExceptionTest, string) { in TEST_F() argument
54 TEST_F(ExceptionTest, stdInheritance) { in TEST_F() argument
64 TEST_F(ExceptionTest, verbose) { in TEST_F() argument
84 TEST_F(ExceptionTest, message) { in TEST_F() argument
/dports/audio/musicpd/mpd-0.23.6/test/util/
H A DTestException.cxx37 TEST(ExceptionTest, RuntimeError) in TEST() argument
42 TEST(ExceptionTest, DerivedError) in TEST() argument
53 TEST(ExceptionTest, FindNestedDirect) in TEST() argument
81 TEST(ExceptionTest, FindNestedIndirect) in TEST() argument
135 TEST(ExceptionTest, FindRetrowNestedDirect) in TEST() argument
160 TEST(ExceptionTest, FindRetrowNestedIndirect) in TEST() argument
198 TEST(ExceptionTest, FindRetrowNestedIndirectRuntimeError) in TEST() argument
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/test/unit/
H A Dexception_test.cpp19 class ExceptionTest : public CPPUNIT_NS::TestCase class
21 CPPUNIT_TEST_SUITE(ExceptionTest);
50 CPPUNIT_TEST_SUITE_REGISTRATION(ExceptionTest);
69 void ExceptionTest::what() in what()
79 void ExceptionTest::unexpected_except() in unexpected_except()
112 void ExceptionTest::uncaught_except() in uncaught_except()
135 void ExceptionTest::exception_emission() in exception_emission()
/dports/www/aria2/aria2-1.36.0/test/
H A DExceptionTest.cc12 class ExceptionTest : public CppUnit::TestFixture { class
14 CPPUNIT_TEST_SUITE(ExceptionTest);
26 CPPUNIT_TEST_SUITE_REGISTRATION(ExceptionTest);
28 void ExceptionTest::testStackTrace() in testStackTrace()

12345678910