- shouldCompilestring shouldCompile(D dCode) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- shouldCompilevoid shouldCompile(C header, D app, string[] cmdLineArgs) 
- Convenience function in the typical case that a test has a C
   header and a D main file. 
- shouldCompilevoid shouldCompile(Cpp header, D app, string[] cmdLineArgs) 
- Convenience function in the typical case that a test has a C
   header and a D main file. 
- shouldCompileAndRunvoid shouldCompileAndRun(C header, C cSource, D app, RuntimeArgs args) 
- Convenience function in the typical case that a test has a C
   header and a D main file. 
- shouldCompileAndRunvoid shouldCompileAndRun(Cpp header, Cpp cppSource, D app, RuntimeArgs args) 
- Convenience function in the typical case that a test has a C
   header and a D main file. 
- shouldNotCompilevoid shouldNotCompile(C header, D app) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
Integration tests.