PHP 클래스 Beberlei\Metrics\Tests\Collector\PrometheusTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: beberlei/metrics

공개 메소드들

메소드 설명
testDecrement ( )
testDecrementWithTags ( )
testFlushWhenCallsTwiceWithDifferentData ( ) Method flush must to reset value of field data.
testIncrement ( )
testIncrementWithTags ( )
testMeasure ( )
testMeasureWhenSetNewVariableWithTags ( )
testMeasureWithTags ( )
testTiming ( )
testTimingWithTags ( )

보호된 메소드들

메소드 설명
setUp ( )

메소드 상세

setUp() 보호된 메소드

protected setUp ( )

testDecrement() 공개 메소드

public testDecrement ( )

testDecrementWithTags() 공개 메소드

testFlushWhenCallsTwiceWithDifferentData() 공개 메소드

Method flush must to reset value of field data.

testIncrement() 공개 메소드

public testIncrement ( )

testIncrementWithTags() 공개 메소드

testMeasure() 공개 메소드

public testMeasure ( )

testMeasureWhenSetNewVariableWithTags() 공개 메소드

testMeasureWithTags() 공개 메소드

public testMeasureWithTags ( )

testTiming() 공개 메소드

public testTiming ( )

testTimingWithTags() 공개 메소드

public testTimingWithTags ( )