[
https://issues.apache.org/jira/browse/RYA-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16193213#comment-16193213
]
ASF GitHub Bot commented on RYA-397:
------------------------------------
GitHub user isper3at opened a pull request:
https://github.com/apache/incubator-rya/pull/238
RYA-397 Renamed MockMongoSingleton/Factory to Embedded
Since they create/use Embedded Mongo, not Mock
renamed to show what they actually use.
## Description
>What Changed?
File renames
### Tests
>Coverage?
N/A
### Links
[Jira](https://issues.apache.org/jira/browse/RYA-397)
### Checklist
- [ ] Code Review
- [x] Squash Commits
#### People To Reivew
@meiercaleb
@jdasch
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/isper3at/incubator-rya RYA-397
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rya/pull/238.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #238
----
commit b429bae0f3d4568ffd0e9deb6c4b44efc6072530
Author: Me <[email protected]>
Date: 2017-10-05T17:10:57Z
RYA-397 Renamed MockMongoSingleton/Factory to Embedded
Since they create/use Embedded Mongo, not Mock
renamed to show what they actually use.
----
> Rename MockMongoSingleton and MockMongoFactory
> ----------------------------------------------
>
> Key: RYA-397
> URL: https://issues.apache.org/jira/browse/RYA-397
> Project: Rya
> Issue Type: Improvement
> Components: build
> Affects Versions: 3.2.11
> Reporter: Jeff Dasch
>
> These classes do not perform object mocking. Rather they make use of an
> embedded MongoDB.
> Classes should be renamed to {{EmbeddedMongoSingleton}} and
> {{EmbeddedMongoFactory}}.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)