SmingTest Namespace Reference

Classes

class  Runner
 

Typedefs

typedef TestGroup *(* Factory) ()
 Factory function to create a TestGroup class. More...
 
using Callback = Delegate< void()>
 

Variables

Runner runner
 

Typedef Documentation

◆ Callback

using SmingTest::Callback = typedef Delegate<void()>

◆ Factory

typedef TestGroup*(* SmingTest::Factory) ()

Factory function to create a TestGroup class.

Variable Documentation

◆ runner

Runner SmingTest::runner