0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 23:43:09 +01:00
nodejs/test/cctest
Daniel Bevenius c64e130913 test: introduce SetUpTestCase/TearDownTestCase
This commit add SetUpTestCase and TearDownTestCase functions that will
be called once per test case. Currently we only have SetUp/TearDown
which are called for each test.

This commit moves the initialization and configuration of Node and V8 to
be done on a per test case basis, but gives each test a new Isolate.

PR-URL: https://github.com/nodejs/node/pull/18558
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2018-02-06 06:50:14 +01:00
..
node_module_reg.cc domain: further abstract usage in C++ 2018-01-29 11:37:29 -05:00
node_test_fixture.cc test: introduce SetUpTestCase/TearDownTestCase 2018-02-06 06:50:14 +01:00
node_test_fixture.h test: introduce SetUpTestCase/TearDownTestCase 2018-02-06 06:50:14 +01:00
test_aliased_buffer.cc test: remove destructor from node_test_fixture 2018-02-05 06:58:05 +01:00
test_base64.cc
test_environment.cc
test_inspector_socket_server.cc
test_inspector_socket.cc
test_node_postmortem_metadata.cc test: fix cctest -Wunused-variable warning 2018-02-05 06:49:27 +01:00
test_url.cc
test_util.cc