robotframework-2.7.7.utest.webcontent.spec.data.SetupsAndTeardowns.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of robotframework Show documentation
Show all versions of robotframework Show documentation
High level test automation framework
The newest version!
*** Settings ***
Suite Setup Log suite setup
Suite Teardown Log suite teardown
*** Test Cases ***
Test
[Setup] Log test setup
Keyword with teardown
[Teardown] Log test teardown
*** Keywords ***
Keyword with teardown
No Operation
[Teardown] Log keyword teardown