* @param context The context (root path)
* @param root The root for source files
* @return The new web application
*/
public TestWebApplication create (String name, String context, VirtualDirectory root) {
TestWebApplication twa = new TestWebApplication(name, context, root);
return twa;
}