Class: GraphicalTestsForRails::GraphicArrayOrderings::GraphicOrderer

Inherits:
Object
  • Object
show all
Defined in:
lib/graphical_tests_for_rails/orderings.rb

Overview

A graphic order takes a Graffle::Sheet in its constructor. The graphics method returns an array of Graffle::AbstractGraphic objects that represents an ordered sequence of parts of a test.

This abstract class only exists so there’s a place to hang this comment.

Direct Known Subclasses

InWorkflowOrder

Instance Method Summary collapse

Instance Method Details

#graphicsObject



20
# File 'lib/graphical_tests_for_rails/orderings.rb', line 20

def graphics; subclass_responsibility; end