Lines Matching full:testing
24 The commands must be run from Testing folder:
48 In `Testing\cmsis_build` you can find some scripts:
69 The `test_packlist.txt` is in the `Testing\cmsis_build` folder.
171 A folder can be reused for different nodes. For instance, you may have a suite for testing and one …
359 When instantiating a runner, you can specify the running mode with an enum. For instance Testing::k…
392 cd Testing
441 To generate all of them the first time, you can do (from `Testing` folder):
457 In `Testing\cmsis_build` you can find some scripts:
472 …e script where to find the `Output.pickle` file if the script is not run from the `Testing` folder.
546 Client::IORunner runner(&io,&mgr,Testing::kTestOnly);
552 Client::IORunner runner(&io,&mgr,Testing::DumpOnly);
558 Client::IORunner runner(&io,&mgr,Testing::kTestAndDump);
587 …create another include Include/MyClass.h and another cpp file Source/MyClass.cpp in TEsting folder.
597 MyClass(Testing::testID_t id);
598 … void setUp(Testing::testID_t,std::vector<Testing::param_t>& params,Client::PatternMgr *mgr);
599 void tearDown(Testing::testID_t,Client::PatternMgr *mgr);
636 // Testing.
652 …void MyClass::setUp(Testing::testID_t id,std::vector<Testing::param_t>& params,Client::PatternMgr …
655 Testing::nbSamples_t nb=MAX_NB_SAMPLES;
679 void MyClass::tearDown(Testing::testID_t id,Client::PatternMgr *mgr)