File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -551,8 +551,11 @@ defmodule ExUnit.Callbacks do
551
551
@ doc """
552
552
Same as `start_supervised!/2` but links the started process to the test process.
553
553
554
- This means that if the process that was started crashes that crash is propagated to
555
- the test process, failing the test and printing the cause of the crash.
554
+ If the process that was started crashes, the crash is propagated to the test process,
555
+ failing the test and printing the cause of the crash.
556
+
557
+ Note that if the started terminates before it is linked to the test process,
558
+ this function will exit with reason `:noproc`.
556
559
"""
557
560
@ doc since: "1.14.0"
558
561
@ spec start_link_supervised! ( Supervisor . child_spec ( ) | module | { module , term } , keyword ) ::
You can’t perform that action at this time.
0 commit comments