Test library for MTS Socket Modem Arduino Shield devices for Multi-Tech Systems
Dependents: mtsas mtsas mtsas mtsas ... more
Revision 13:cc03c4e85c69, committed 2015-06-25
- Comitter:
- Mike Fiore
- Date:
- Thu Jun 25 08:45:51 2015 -0500
- Parent:
- 12:8855e127ccd5
- Commit message:
- fix whitespace
Changed in this revision
TestCollection.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 8855e127ccd5 -r cc03c4e85c69 TestCollection.h --- a/TestCollection.h Wed Mar 11 19:13:33 2015 +0000 +++ b/TestCollection.h Thu Jun 25 08:45:51 2015 -0500 @@ -11,7 +11,8 @@ TestCollection(std::string testName); ~TestCollection(); std::string getName(); - virtual void run() = 0; + virtual void run() = 0; + private: std::string testName; };