Packages

p

talos

laws

package laws

Type Members

  1. trait EventBusLaws[S] extends Matchers
  2. trait MeasurementLaws[S, C, F[_]] extends EventBusLaws[S] with CircuitBreakerSpec[C, F]
  3. trait StateLaws[S, C, F[_]] extends CircuitBreakerSpec[C, F] with EventBusLaws[S] with Matchers
  4. abstract class TalosCircuitBreakerLaws[S, C, F[_]] extends WordSpecLike with MeasurementLaws[S, C, F] with StateLaws[S, C, F]

Ungrouped