public function testString()
 {
     $this->assertSame('string value', Dummy::getStr('Test-1'));
     $this->assertSame('0', Dummy::getStr('Test-2'));
     $this->assertSame('0.0', Dummy::getStr('Test-3'));
 }