xlld.test_util

Undocumented in source.

Members

Functions

excel12UnitTest
int excel12UnitTest(int xlfn, int numOpers, LPXLOPER12* opers, LPXLOPER12 result)
Undocumented in source. Be warned that the author may not have intended to support it.
fromExcel
void fromExcel(A args)
Undocumented in source. Be warned that the author may not have intended to support it.
shouldEqualDlang
void shouldEqualDlang(LPXLOPER12 actual, U expected, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
shouldEqualDlang
void shouldEqualDlang(XLOPER12 actual, U expected, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
shouldEqualDlang
void shouldEqualDlang(XLOPER12 actual, U expected, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
toSRef
XLOPER12 toSRef(T val, A allocator)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

maxCoerce
enum maxCoerce;
Undocumented in source.

Structs

TestAllocator
struct TestAllocator
Undocumented in source.

Variables

gCoerced
void*[maxCoerce] gCoerced;
Undocumented in source.
gDates
double[] gDates;
Undocumented in source.
gFreed
void*[maxCoerce] gFreed;
Undocumented in source.
gNumXlCoerce
int gNumXlCoerce;
Undocumented in source.
gNumXlFree
int gNumXlFree;
Undocumented in source.
gReferencedType
XlType gReferencedType;

emulates SRef types by storing what the referenced type actually is

gTestAllocator
TestAllocator gTestAllocator;
Undocumented in source.
gTimes
double[] gTimes;
Undocumented in source.

Meta