## # The endpoint url of the Printer Factory. This is the starting point for the tests. # # ***NOTE: To test an external endpoint this should be set to that server's url. # **If running in embedded mode then the printerFactoryURL is ignored ## printerFactoryURL=http://localhost:8080/wsrf/services/PrinterFactory ## # Determines if the unit test will run an embedded version of Axis # to load the server and handle requests # # ***NOTE: To test an external endpoint this should be set to false ## runAxis=true