public function testDenominatorReturnsValue()
 {
     $this->assertEquals(new IntType(4), $this->object->denominator());
 }