dunit.reflection

Internal reflection templates for implementing mocking behaviour.

Members

Templates

DUnitConstructorIterator
template DUnitConstructorIterator(T, string generator)

Iterate through the constructors of T generating code using the generator.

DUnitMethodIterator
template DUnitMethodIterator(T, string generator, int index = 0)

Iterate through the methods of T generating code using the generator.

Meta

License

MIT. See LICENSE for full details.