Test library for MTS Socket Modem Arduino Shield devices for Multi-Tech Systems

Dependents:   mtsas mtsas mtsas mtsas ... more

TestCollection.cpp

Committer:
Mike Fiore
Date:
2014-05-19
Revision:
1:42d2b6980cdd

File content as of revision 1:42d2b6980cdd:

#include "TestCollection.h"

using namespace mts;

TestCollection::TestCollection(std::string testName) : testName(testName)
{
}

TestCollection::~TestCollection()
{
}

std::string TestCollection::getName()
{
    return testName;
}