MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / TestException

Class TestException

source/test/thread_test.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7TEST(Thread, InvokeErrors) {
8 struct TestException {};
9
10 auto function = Thread::invoke("test", []() {
11 throw TestException();

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68