RobotTestingFramework
2.0.1
Robot Testing Framework
|
▼Nrobottestingframework | |
▼Nplugin | |
CDllFixturePluginLoader | The DllFixturePluginLoader loads an test case plug-in and gives the direct access to the TestCase |
CDllPluginLoader | The DllPluginLoader loads an test case plug-in and gives the direct access to the TestCase |
CLuaPluginLoader | The LuaPluginLoader loads an test case plug-in and gives the direct access to the TestCase |
CLuaPluginLoaderImpl | The LuaPluginLoaderImpl loads an test case plug-in and gives the direct access to the TestCase |
CPluginLoader | The PluginLoader is an abstract class for loading a test case plug-in and gives the direct access to the TestCase |
CPythonPluginLoader | The PythonPluginLoader loads a Python test case plug-in and gives the direct access to the TestCase |
CPythonPluginLoaderImpl | The PythonPluginLoaderImpl loads a Pthyon test case plug-in and gives the direct access to the TestCase |
CRubyPluginLoader | The RubyPluginLoader loads a ruby test case plug-in and gives the direct access to the TestCase |
CRubyPluginLoaderImpl | The RubyPluginLoaderImpl loads a ruby test case plug-in and gives the direct access to the TestCase |
CArguments | A class to implememnt a arguments parser |
CAsserter | Used to throw exception or to report messages/failures to a TestResult |
CConsoleListener | Class ConsoleListener listens to any messages reported by the tests during the test run, formates them and print them to the standard output |
CException | The Exception is a generic exception |
CFixtureEvents | Class FixtureEvents |
CFixtureException | The FixtureException class Ficture exception is used when a there is a probleme during fixture setup |
CFixtureManager | The FixtureManager can be used to to setup any fixture which is required for the tests before executing the tests by a TestSuite |
CResultEvent | Used by a test collector to collect the result of the tests and the corresponding messages issued during the test run |
CResultEventEndSuite | Keeps a test suite ending event |
CResultEventEndTest | Keeps a test ending event |
CResultEventError | Keeps a test error event |
CResultEventFailure | Keeps a failure event |
CResultEventReport | Keeps a test report event |
CResultEventStartSuite | Keeps a test suite starting event |
CResultEventStartTest | Keeps a test starting event |
CTest | The simplest form of a test unit |
CTestCase | The base class to implememnt a test case |
CTestErrorException | The TestErrorException class Error exception is used when test breakdown due to an error in setup, teardown or any configuration |
CTestFailureException | The FailureException class Failure exception is used when a test or subtests fail |
CTestListener | The base class of any test result listeners |
CTestMessage | A formated message with details |
CTestResult | Used to deliver the test results including any error and failures produced by tests to any listener |
CTestResultCollector | Can be used to store all the events issued by the test cases, suites and runner during the test run |
CTestRunner | Runs the tests added as TestCase or TestSuite |
CTestSuite | The TestSuite holds a group of tests |
CTextOutputter | Class TextOutputter saves the results of the test collected by a TestResultCollector in a plain text file |
CWebProgressListener | Class WebProgressListener listens to any messages reported by the tests during the test run, formates them sends them to the web clients |
CWebProgressListenerImpl | Singleton class WebProgressListenerImpl listens to any messages reported by the tests during the test run, formates them sends them to the web clients |
▼Nshlibpp | |
CSharedLibrary | Low-level wrapper for loading shared libraries (DLLs) and accessing symbols within it |
CSharedLibraryClass | Container for an object created using a factory provided by a shared library |
CSharedLibraryClassApi | Collection of hooks for creating/destroying a plugin |
CSharedLibraryClassFactory | A type-safe wrapper for SharedLibraryFactory, committing to creation/destruction of instances of a particular super-class |
CSharedLibraryFactory | A wrapper for a named factory method in a named shared library |
CVocab | |
▼CDllPluginLoaderImpl | Class DllPluginLoaderImpl |
CPlugin |