bandwidthThrottle\tokenBucket\util\DoublePackerTest::testUnpack PHP 메소드

testUnpack() 공개 메소드

Tests unpack().
public testUnpack ( double $expected, string $input )
$expected double The expected double.
$input string The input string.
    public function testUnpack($expected, $input)
    {
        $this->assertEquals($expected, DoublePacker::unpack($input));
    }