public function testGetCustomNonexistentProperty()
 {
     $data = new DataTable('first', ValueType::STRING);
     $this->assertNull($data->getCustomProperty('no-such-property'), "Expect null return for no-such-property");
 }