Tests reading and writing properties and field items.
public function testReadWrite() {
// All entity variations have to have the same results.
foreach (entity_test_entity_types() as $entity_type) {
$this
->assertReadWrite($entity_type);
}
}