| |
|
|
| Issue Type: |
Task |
| Assignee: |
Yoann Rodière |
| Components: |
mapper-javabean, mapper-pojo, orm, tests |
| Created: |
12/Sep/2018 02:54 AM |
| Fix Versions: |
6.0.0.Alpha1 |
| Priority: |
Major |
| Reporter: |
Yoann Rodière |
|
- A close() call is missing in JavaBeanMappingSetupHelper#close(Object)
- We copy/paste a lot of bootstrap code between ORM tests. Let's factorize this code.
- Mapper integration tests, in general, are very badly organized: we don't even use packages to group tests with a similar purpose together. This definitely won't scale, so let's start organizing things a little bit.
- We use "JavaBean"/"Orm" prefixes for test classes. I doubt that's a sustainable strategy: at some point we'll need to have hundreds of ORM tests, and we probably don't want all of them to be prefixed with "ORM".
|
|
|
|
| |
|