Defined in: lib/TestUtils.js
void | configure(Object) |
void | set(String, Any) |
void | run(Object, Function) |
String | createFile(String, String|Function) |
void | assertFileWasRendered(String, String, Object) |
Assert that a file was emitted and contained something that is not 404.
fileName | String The file path (relative to outputDir) that you're expecting. |
fileName | String The same path you used to create the file with TestUtils.IntegrationSuite#createFile. |
assertions | Object |
assertions.text | String |
assertions.html | String |
Create a temporary file.
fileName | String Relative file path. |
contentsFn | String|Function The contents of the file. If it's a function, we'll multiline-slash it. |
file | Object |
file.path | String |
file.contents | String |
Perform a compilation.
runOptions | Object Options to pass to Compiler#run. Defaults to: |
done | Function |
done.error | Error |
done.stats | Object |
Made with ♥ using megadoc.