class documentation

class SpotChecks(TestCase): (source)

View In Hierarchy

Tests to make sure that the output contains salient features of the machine being generated.

Method test_containsMachineFeatures The output of graphviz.Digraph should contain the names of the states, inputs, outputs in the state machine.
Method test_containsTypeMachineFeatures The output of graphviz.Digraph should contain the names of the states, inputs, outputs in the state machine.
def test_containsMachineFeatures(self): (source)

The output of graphviz.Digraph should contain the names of the states, inputs, outputs in the state machine.

def test_containsTypeMachineFeatures(self): (source)

The output of graphviz.Digraph should contain the names of the states, inputs, outputs in the state machine.