public function testNumeratorReturnsValue()
 {
     $this->assertEquals(new IntType(3), $this->object->numerator());
 }