Re: CacheServer and fake in-process client

2017-04-03 Thread Jens Deppe
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

CacheServer and fake in-process client

2017-04-03 Thread Kirk Lund
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