Tests introspection and getting metadata upfront.
public function testIntrospection() {
// All entity variations have to have the same results.
foreach (entity_test_entity_types() as $entity_type) {
$this
->assertIntrospection($entity_type);
}
}