public function testFileFormatWillReturnMappingObject()
 {
     $this->assertInstanceOf(Mapping::class, Table::fileFormat());
 }