Skip to content

Commit

Permalink
HSEARCH-3524 Add more thorough tests for access type detection
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Mar 21, 2019
1 parent 0f76054 commit f7312f9
Show file tree
Hide file tree
Showing 3 changed files with 637 additions and 2 deletions.
Expand Up @@ -32,7 +32,12 @@
import org.junit.Test;

/**
* @author Yoann Rodiere
* Integration tests checking that we get the expected access type for properties when using annotation mapping.
* <p>
* Similar to {@link ProgrammaticMappingAccessTypeIT}, which tests programmatic mapping.
* <p>
* Note that more thorough testing is performed in {@code HibernateOrmBootstrapIntrospectorAccessTypeTest},
* including tests of access type on an embeddable that is only ever mentioned in an element collection.
*/
public class AnnotationMappingAccessTypeIT {

Expand Down
Expand Up @@ -33,7 +33,12 @@
import org.junit.Test;

/**
* @author Yoann Rodiere
* Integration tests checking that we get the expected access type for properties when using programmatic mapping.
* <p>
* Similar to {@link AnnotationMappingAccessTypeIT}, which tests annotation mapping.
* <p>
* Note that more thorough testing is performed in {@code HibernateOrmBootstrapIntrospectorAccessTypeTest},
* including tests of access type on an embeddable that is only ever mentioned in an element collection.
*/
public class ProgrammaticMappingAccessTypeIT {

Expand Down

0 comments on commit f7312f9

Please sign in to comment.