RS
Size: a a a
RS
EK
RS
EK
RS
EK
EK
RS
TestExecutionListener
, а if немного не как в Java, но должно быть понятноRS
EK
AK
RS
AK
ЮМ
TL
TL
ЮМ
AM
BO
Whether or not a node in the test tree is executed concurrently is controlled by its execution mode. The following two modes are available.
SAME_THREAD
Force execution in the same thread used by the parent. For example, when used on a test method, the test method will be executed in the same thread as any @BeforeAll or @AfterAll methods of the containing test class.
CONCURRENT
Execute concurrently unless a resource lock forces execution in the same thread.
By default, nodes in the test tree use the SAME_THREAD execution mode. You can change the default by setting the junit.jupiter.execution.parallel.mode.default configuration parameter.
AR