Code coverage report for src/testing/SubscriptionLog.ts

Statements: 100% (7 / 7)      Branches: 100% (2 / 2)      Functions: 100% (2 / 2)      Lines: 100% (4 / 4)      Ignored: none     

All files » src/testing/ » SubscriptionLog.ts
1 2 3 4 51 8696 12778   1
export class SubscriptionLog {
  constructor(public subscribedFrame: number,
              public unsubscribedFrame: number = Number.POSITIVE_INFINITY) {
  }
}