module Traces::Backend::Test::Interface

def active?

@returns [Boolean] Whether there is an active trace.
def active?
	# For the sake of testing, we always enable tracing.
	true
end