equal
deleted
inserted
replaced
59 |
59 |
60 |
60 |
61 /*! |
61 /*! |
62 * Loads test suite which is implemented as dynamic library. |
62 * Loads test suite which is implemented as dynamic library. |
63 * |
63 * |
64 * \param test0,330 |
64 * \param testSuiteName Name of the test suite which will be loaded |
65 * |
65 * |
66 * \return Pointer to loaded test suite, or NULL if library could not be loaded |
66 * \return Pointer to loaded test suite, or NULL if library could not be loaded |
67 */ |
67 */ |
68 void * |
68 void * |
69 LoadTestSuite(char *testSuiteName) |
69 LoadTestSuite(char *testSuiteName) |