Mockable.FileLocation

mixin template Mockable(C)
version(unittest)
struct FileLocation {}

Members

Variables

file
string file;

The name of the file.

line
size_t line;

The line number in the file.

Meta