You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
306 B
C++
19 lines
306 B
C++
#include "Calibrate.h"
|
|
|
|
Calibrate::Calibrate(Testing::testID_t id):Client::Suite(id)
|
|
{
|
|
}
|
|
|
|
void Calibrate::empty()
|
|
{
|
|
}
|
|
|
|
void Calibrate::setUp(Testing::testID_t,std::vector<Testing::param_t>& ,Client::PatternMgr *)
|
|
{
|
|
}
|
|
|
|
void Calibrate::tearDown(Testing::testID_t,Client::PatternMgr *)
|
|
{
|
|
|
|
}
|