echoxul.testharness
Class BootstrapLoader

java.lang.Object
  extended byechoxul.testharness.BootstrapLoader

public class BootstrapLoader
extends java.lang.Object

Basic test class for loading a given XUL file and returning a View without all of the infrastructure in place.

Author:
Terry Laurenzo

Constructor Summary
BootstrapLoader()
           
 
Method Summary
 View createView(java.io.File file)
           
 View createView(org.xml.sax.InputSource is)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapLoader

public BootstrapLoader()
Method Detail

createView

public View createView(java.io.File file)
                throws java.lang.Exception
Throws:
java.lang.Exception

createView

public View createView(org.xml.sax.InputSource is)
                throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004 Terry Laurenzo. All Rights Reserved.