public class EtatTest
extends java.lang.Object
getTransitionsSortantes
is also tested in the
TransitionTest
class when creating transitions.
Created: Tue Sep 16 10:06:01 2014
TransitionTest
Constructor and Description |
---|
EtatTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp()
Setup for the tests.
|
void |
testAjouter()
Testing
ajouter using q0 . |
void |
testToString()
Test method for
toString . |
public void setUp()
public void testAjouter()
ajouter
using q0
. As Transition
already implements the addition of outgoing transitions, we do not use q0
as origin of transitions but a new state q0bis
. The scenario is
the following:
public void testToString()
toString
.