/** Test entity reference map contains student mapping */
 @Test
 public void testEntityReferenceMap() {
   Assert.assertTrue(
       "Student entity reference must exists",
       customizationAssemblyFactory.hasCachedEntityMapperReference("student"));
   Assert.assertTrue(customizationAssemblyFactory.hasInvokableSet("student"));
 }