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