Module: MobyBehaviour::SutController

Includes:
Behaviour
Defined in:
lib/tdriver/base/sut/generic/behaviours/controller.rb

Overview

description

SUT controller behaviours

behaviour

GenericSutController

requires

*

input_type

*

sut_type

*

sut_version

*

objects

sut

Instance Method Summary collapse

Instance Method Details

#execution_orderObject

nodoc



49
50
51
52
53
# File 'lib/tdriver/base/sut/generic/behaviours/controller.rb', line 49

def execution_order

	@_sutController.execution_order

end

#execution_order=(order) ⇒ Object

nodoc



56
57
58
59
60
# File 'lib/tdriver/base/sut/generic/behaviours/controller.rb', line 56

def execution_order=( order )

	@_sutController.execution_order = order

end