Replies: 1 comment
-
CC |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Robot Testing Framework 2.0.0 (2019-06-03) Release Notes
Important Changes
Therefore the following changes were applied:
RTF
toRobotTestingFramework
(e.g.
find_package(RobotTestingFramework)
)RTF
toRobotTestingFramework
. The names of the target are unchanged.(e.g.
target_link_libraries(foo PRIVATE RobotTestingFramework::RTF)
RTF
toRobotTestingFramework
(e.g.
RobotTestingFramework_INCLUDE_DIRS
)rtf
torobottestingframework
(e.g.
robottestingframework_add_suite
)RTF*
torobottestingframework*
(e.g.
librobottestingframework.so
)testrunner
executable was renamedrobottestingframework-testrunner
rtf
torobottestingframework
(e.g.
#include <robottestingframework/TestCase.h>
)RTF
torobottestingframework
(e.g.
robottestingframework::TestCase
)RTF_*
were renamedROBOTTESTINGFRAMEWORK_
(e.g.
ROBOTTESTINGFRAMEWORK_ASSERT_ERROR("This is an error")
)RTF
torobottestingframework
orRobotTestingFramework
(language dependent)(e.g.
robottestingframework.setName("PythonTestCase")
, andRobotTestingFramework::setName("RubyTestCase")
)PREPARE_FIXTURE_PLUGIN
macro was renamedROBOTTESTINGFRAMEWORK_PREPARE_FIXTURE_PLUGIN
PREPARE_PLUGIN
macro was renamedROBOTTESTINGFRAMEWORK_PREPARE_PLUGIN
suit
instead ofsuite
was removed.std::string
instead ofconst std::string
FixtureManager::getParam
PluginLoader::getLastError
TestCase::getParam
TestCase::getEnvironment
TestMessage::getMessage
TestMessage::getDetail
TestMessage::getSourceFileName
Beta Was this translation helpful? Give feedback.
All reactions