Revert replacing "NUMBER" to "INVOCATION_COUNT" and replace "TIME" to "INVOCATION_COUNT"

This commit is contained in:
Nikolay Krasko
2013-09-20 21:55:23 +04:00
parent 6ca3a581b0
commit ed250198d8
39 changed files with 53 additions and 53 deletions
@@ -12,4 +12,4 @@ fun firstFun() {
// EXIST: testingExpectedFunction
// ABSENT: testingUnexpectedFunction
// INVOCATION_COUNT: 2
// NUMBER: 2
@@ -8,4 +8,4 @@ fun firstFun() {
// ABSENT: helloFun
// ABSENT: helloFunPreventAutoInsert
// ABSENT: helloWithParams
// INVOCATION_COUNT: 0
// NUMBER: 0
@@ -9,4 +9,4 @@ fun firstFun() {
// EXIST: helloFunPreventAutoInsert
// EXIST: helloWithParams
// ABSENT: helloFake
// INVOCATION_COUNT: 3
// NUMBER: 3
@@ -9,4 +9,4 @@ fun firstFun() {
// EXIST: someProperty
// EXIST: someOtherProperty
// EXIST: someSelfProperty
// INVOCATION_COUNT: 3
// NUMBER: 3
@@ -9,4 +9,4 @@ fun firstFun() {
// EXIST: helloFunPreventAutoInsert
// EXIST: helloWithParams
// ABSENT: helloFake
// INVOCATION_COUNT: 3
// NUMBER: 3