public class InMemoryTestContainerFactory extends Object implements TestContainerFactory
| Constructor and Description |
|---|
InMemoryTestContainerFactory() |
| 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()
TestContainerFactorysupports in interface TestContainerFactorypublic TestContainer create(URI baseUri, AppDescriptor ad)
TestContainerFactorycreate in interface TestContainerFactorybaseUri - the base URI of the application.ad - the application descriptor.Copyright © 2014 Oracle Corporation. All rights reserved.