/** * @depends testSerializationDeserialization * @param FmfDetails $obj */ public function testGetters($obj) { $this->assertEquals($obj->getFilterType(), "TestSample"); $this->assertEquals($obj->getFilterId(), "TestSample"); $this->assertEquals($obj->getName(), "TestSample"); $this->assertEquals($obj->getDescription(), "TestSample"); }