public class HTTPContainerFactory extends Object implements TestContainerFactory
Constructor and Description |
---|
HTTPContainerFactory() |
Modifier and Type | Method and Description |
---|---|
TestContainer |
create(URI baseUri,
AppDescriptor ad)
Create a test container.
|
Class<LowLevelAppDescriptor> |
supports()
Get the application descriptor class supported by this test container
factory.
|
public Class<LowLevelAppDescriptor> supports()
TestContainerFactory
supports
in interface TestContainerFactory
public TestContainer create(URI baseUri, AppDescriptor ad)
TestContainerFactory
create
in interface TestContainerFactory
baseUri
- the base URI of the application.ad
- the application descriptor.Copyright © 2013 Oracle Corporation. All rights reserved.