RobotTestingFramework  2.0.1
Robot Testing Framework
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nrobottestingframework
 Nplugin
 CDllFixturePluginLoaderThe DllFixturePluginLoader loads an test case plug-in and gives the direct access to the TestCase
 CDllPluginLoaderThe DllPluginLoader loads an test case plug-in and gives the direct access to the TestCase
 CLuaPluginLoaderThe LuaPluginLoader loads an test case plug-in and gives the direct access to the TestCase
 CLuaPluginLoaderImplThe LuaPluginLoaderImpl loads an test case plug-in and gives the direct access to the TestCase
 CPluginLoaderThe PluginLoader is an abstract class for loading a test case plug-in and gives the direct access to the TestCase
 CPythonPluginLoaderThe PythonPluginLoader loads a Python test case plug-in and gives the direct access to the TestCase
 CPythonPluginLoaderImplThe PythonPluginLoaderImpl loads a Pthyon test case plug-in and gives the direct access to the TestCase
 CRubyPluginLoaderThe RubyPluginLoader loads a ruby test case plug-in and gives the direct access to the TestCase
 CRubyPluginLoaderImplThe RubyPluginLoaderImpl loads a ruby test case plug-in and gives the direct access to the TestCase
 CArgumentsA class to implememnt a arguments parser
 CAsserterUsed to throw exception or to report messages/failures to a TestResult
 CConsoleListenerClass ConsoleListener listens to any messages reported by the tests during the test run, formates them and print them to the standard output
 CExceptionThe Exception is a generic exception
 CFixtureEventsClass FixtureEvents
 CFixtureExceptionThe FixtureException class Ficture exception is used when a there is a probleme during fixture setup
 CFixtureManagerThe FixtureManager can be used to to setup any fixture which is required for the tests before executing the tests by a TestSuite
 CResultEventUsed by a test collector to collect the result of the tests and the corresponding messages issued during the test run
 CResultEventEndSuiteKeeps a test suite ending event
 CResultEventEndTestKeeps a test ending event
 CResultEventErrorKeeps a test error event
 CResultEventFailureKeeps a failure event
 CResultEventReportKeeps a test report event
 CResultEventStartSuiteKeeps a test suite starting event
 CResultEventStartTestKeeps a test starting event
 CTestThe simplest form of a test unit
 CTestCaseThe base class to implememnt a test case
 CTestErrorExceptionThe TestErrorException class Error exception is used when test breakdown due to an error in setup, teardown or any configuration
 CTestFailureExceptionThe FailureException class Failure exception is used when a test or subtests fail
 CTestListenerThe base class of any test result listeners
 CTestMessageA formated message with details
 CTestResultUsed to deliver the test results including any error and failures produced by tests to any listener
 CTestResultCollectorCan be used to store all the events issued by the test cases, suites and runner during the test run
 CTestRunnerRuns the tests added as TestCase or TestSuite
 CTestSuiteThe TestSuite holds a group of tests
 CTextOutputterClass TextOutputter saves the results of the test collected by a TestResultCollector in a plain text file
 CWebProgressListenerClass WebProgressListener listens to any messages reported by the tests during the test run, formates them sends them to the web clients
 CWebProgressListenerImplSingleton class WebProgressListenerImpl listens to any messages reported by the tests during the test run, formates them sends them to the web clients
 Nshlibpp
 CSharedLibraryLow-level wrapper for loading shared libraries (DLLs) and accessing symbols within it
 CSharedLibraryClassContainer for an object created using a factory provided by a shared library
 CSharedLibraryClassApiCollection of hooks for creating/destroying a plugin
 CSharedLibraryClassFactoryA type-safe wrapper for SharedLibraryFactory, committing to creation/destruction of instances of a particular super-class
 CSharedLibraryFactoryA wrapper for a named factory method in a named shared library
 CVocab
 CDllPluginLoaderImplClass DllPluginLoaderImpl
 CPlugin