|
|
|
|
@ -223,18 +223,6 @@ public class ProxyProjectionFactoryUnitTests {
@@ -223,18 +223,6 @@ public class ProxyProjectionFactoryUnitTests {
|
|
|
|
|
assertThat(excerpt.getId(), is(customer.id.toString())); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @see DATACMNS-89 |
|
|
|
|
*/ |
|
|
|
|
@Test |
|
|
|
|
public void exposesProjectionInformationCorrectly() { |
|
|
|
|
|
|
|
|
|
ProjectionInformation information = factory.getProjectionInformation(CustomerExcerpt.class); |
|
|
|
|
|
|
|
|
|
assertThat(information.getType(), is(typeCompatibleWith(CustomerExcerpt.class))); |
|
|
|
|
assertThat(information.isClosed(), is(true)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @see DATACMNS-829 |
|
|
|
|
*/ |
|
|
|
|
|