/**
  * Generated from @assert ("USD", "JPY") < 130.
  *
  * @covers ExchangeRate::doGetRate
  */
 public function testDoGetRate2()
 {
     $this->assertLessThan(130, $this->object->doGetRate("USD", "JPY"));
 }