1 #ifndef DUMMYCOMPONENT_H 2 #define DUMMYCOMPONENT_H 68 static void RunUnitTests(
int& nSucceeded,
int& nFailures);
72 #endif // DUMMYCOMPONENT_H static refcount_ptr< Component > Create(const ComponentCreateArgs &args)
Creates a DummyComponent.
A dummy Component, for unit testing purposes.
A Component is a node in the configuration tree that makes up an emulation setup. ...
static string GetAttribute(const string &attributeName)
Get attribute information about the DummyComponent class.
DummyComponent(string className="dummy")
Constructs a DummyComponent.
static void RunUnitTests(int &nSucceeded, int &nFailures)
Base class for unit testable classes.