We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
start_link_supervised!
1 parent 91f6522 commit 270170dCopy full SHA for 270170d
lib/ex_unit/lib/ex_unit/callbacks.ex
@@ -3,8 +3,8 @@ defmodule ExUnit.Callbacks do
3
Defines ExUnit callbacks.
4
5
This module defines the `setup/1`, `setup/2`, `setup_all/1`, and
6
- `setup_all/2` callbacks, as well as the `on_exit/2`, `start_supervised/2`
7
- and `stop_supervised/1` functions.
+ `setup_all/2` callbacks, as well as the `on_exit/2`, `start_supervised/2`,
+ `stop_supervised/1` and `start_link_supervised!/2` functions.
8
9
The setup callbacks may be used to define [test fixtures](https://en.wikipedia.org/wiki/Test_fixture#Software)
10
and run any initialization code which help bring the system into a known
0 commit comments