$BATS_TEST_DESCRIPTION
–
Description of Current Test Case
$BATS_TEST_DESCRIPTION
is the description of the current test case.
Links
Examples
- Print test description
1 2 3
@test "Example test with output to STDOUT" { echo "Description: $BATS_TEST_DESCRIPTION" >&3 }
BashSupport Pro ist eine Shell-Skript-IDE mit Unterstützung für $BATS_TEST_DESCRIPTION von bats-core - probieren Sie es jetzt aus!