0

Is there any way to create weblogic servers and making mock objects or instances of that server in java for testing purposes?

What I mean is:
To create/simulate a server from java, instead of actually hosting a server, so that it could be used for testing purposes

4

1 回答 1

0

类似模拟的东西。

如果我没记错的话,你可以使用这个库。

http://mvnrepository.com/artifact/org.codehaus.fabric3.weblogic/fabric3-weblogic-mock

于 2013-01-30T07:03:42.577 回答