Commit Graph

17 Commits

Author SHA1 Message Date
John Blum
95a9e1221f Fix bug in the mockQueryService() method storing the created CqQueries and OQL Indexes in an instance of java.util.concurrent.ConcurrentSkipListSet, which requires the o.a.g.cache.query.Index interface to implement java.lang.Comparable.
Fix bug in the mockLuceneIndexFactory() method, setFields(:String[]) method on the o.a.g.cache.lucene.LuceneIndexFactory to properly handle the String array argument.
2018-05-09 16:38:41 -07:00
John Blum
dfeb09c13e Add Mock Object support for Apache Geode Lucene integration. 2018-04-30 15:45:16 -07:00
John Blum
2aa2658aaa Fix compiler warnings. 2018-04-10 13:26:37 -07:00
John Blum
950a456c88 Add mock object support for Region o.a.g.cache.AttributesMutator and o.a.g.cache.EvictionAttributesMutator. 2018-04-10 13:24:18 -07:00
John Blum
2680af544d Add unit tests for a Spring-based, Apache Geode ClientCache application using mock objects. 2018-04-03 19:06:01 -07:00
John Blum
36081d35ad Apply polish. 2018-04-03 11:58:36 -07:00
John Blum
9253d94bdc Rename all o.s.d.g.tests.mock.*.MockGemFireObjects* classes to GemFireMockObjects*. 2018-04-03 08:49:25 -07:00
John Blum
1fc21c6587 Fix Javadoc warnings. 2018-04-03 08:33:41 -07:00
John Blum
7ed58ff8e8 Review, refactor and polish all Utility classes in the org.springframework.data.gemfire.tests.util package. 2018-03-22 10:44:37 -07:00
John Blum
92be8ef208 Set all @since Javadoc tags to 0.0.1. 2018-03-22 10:44:06 -07:00
John Blum
c928f29298 Review, refactor and polish all Process classes in the org.springframework.data.gemfire.tests.process package. 2018-03-22 10:43:42 -07:00
John Blum
e85d10108a Add mock objects for o.a.g.cache.asyncqueue.AsyncEventQueueFactory and o.a.g.cache.asyncqueue.AsyncEventQueue.
Add mock objects for o.a.g.cache.wan.GatewayReceiverFactory and o.a.g.cache.wan.GatewayReceiver.

Add mock objects for o.a.g.cache.wan.GatewaySenderFactory and o.a.g.cache.wan.GatewaySender.
2018-03-21 23:41:59 -07:00
John Blum
d36c1e425e Clean up compiler warnings. 2018-03-21 21:17:16 -07:00
John Blum
eae2022bfa Fix Region.getEntry() for a given key by returning null if the Optional is empty. 2017-12-15 22:41:47 -08:00
John Blum
d817def8a5 Add support for mocking and creating GemFire/Geode o.a.g.cache.query.Indexes. 2017-12-02 23:08:41 -08:00
John Blum
1bcb7c3799 Update source code copyright to Apache Software License 2.0, 2017.
Optimze imports.
2017-12-02 21:40:12 -08:00
John Blum
750ecc57b2 Initial spring-data-tests-4-gemfire project commit. 2017-12-02 21:26:41 -08:00