ESpec.Context
Defines macros ‘context’ and ‘describe’.
Summary↑
| __struct__() | Context has description |
| context(list1) | Add context without description |
| context(description, body) | Add context with description to ‘example context’ |
| describe(list1) | Alias for |
| describe(description, body) | Alias for |
Functions
Specs:
- __struct__ :: %ESpec.Context{description: term}
Context has description.
Macros
Add context without description.
Add context with description to ‘example context’.
Alias for context/1.
Alias for context/2.