Sus::Fixtures::BenchmarkSourceSusFixturesBenchmark

module Benchmark

Provides benchmarking utilities for Sus fixtures.

Nested

Definitions

def self.included(base)

Extends a test context with benchmarking helpers when included.

Signature

parameter base Class

The test context class to extend.

Implementation

def self.included(base)
	base.extend(Context)
end