Would it be viable to consider using the REST API for this?
--Jens
On Mon, Apr 3, 2017 at 2:31 PM, Kirk Lund wrote:
> Has anyone written a test where they use a single JVM in which they start a
> server Cache and then fake up a connection from a non-existent client to
> feed messages into the s
Has anyone written a test where they use a single JVM in which they start a
server Cache and then fake up a connection from a non-existent client to
feed messages into the server?
I think most folks have gone the easy route of using dunit for
client/server tests. I need to do something like this f