$BATS_TEST_NAME
–
Function Name of Test
$BATS_TEST_NAME
is the name of the function containing the current test case.
Links
Examples
- Print name of current test function
1 2 3
@test "Example" { echo "Function name: $BATS_TEST_NAME" >&3 }
BashSupport Pro ist eine Shell-Skript-IDE mit Unterstützung für $BATS_TEST_NAME von bats-core - probieren Sie es jetzt aus!