FieldMandatoryModifiersRule: The field game must have modifier final and must not have modifier static (line 9)
com.esiea.tp4A.Laser
FieldMandatoryModifiersRule: The field range must have modifier final (line 6)
com.esiea.tp4A.Mars
FieldMandatoryModifiersRule: The field obstacles must have modifier final (line 13)
com.esiea.tp4A.Point
FieldMandatoryModifiersRule: The field posY must have modifier final (line 4)
FieldMandatoryModifiersRule: The field posX must have modifier final (line 5)
com.esiea.tp4A.PositionRover
FieldMandatoryModifiersRule: The field direction must have modifier final (line 8)
com.esiea.tp4A.Rover
FieldMandatoryModifiersRule: The field positionRover must have modifier final (line 9)
FieldMandatoryModifiersRule: The field id must have modifier final (line 12)
:negative_squared_cross_mark: couverture par les tests : aucune trouvée (la commande mvn test est certainement en échec)
:negative_squared_cross_mark: tests de déplacement basiques
basic_moves_from_center: [new position after receiving command 'b'] Expecting: <Position{x=0, y=0, direction=NORTH}> to be equal to: <Position{x=0, y=-1, direction=NORTH}> but was not.
complex_moves_from_center: [new position after receiving command 'fflb'] Expecting: <Position{x=1, y=1, direction=WEST}> to be equal to: <Position{x=1, y=2, direction=WEST}> but was not.
complex_moves_from_center: [new position after receiving command 'lbblffr'] Expecting: <Position{x=1, y=0, direction=WEST}> to be equal to: <Position{x=2, y=-2, direction=WEST}> but was not.
complex_moves_from_different_origin: [new position after receiving command 'ff'] Expecting: <Position{x=5, y=-1, direction=NORTH}> to be equal to: <Position{x=3, y=-3, direction=WEST}> but was not.
complex_moves_from_different_origin: [new position after receiving command 'lbblffr'] Expecting: <Position{x=1, y=0, direction=WEST}> to be equal to: <Position{x=7, y=-1, direction=SOUTH}> but was not.
unknown_command_should_be_ignored: [new position after receiving command 'aff'] Expecting: <Position{x=-2, y=1, direction=NORTH}> to be equal to: <Position{x=-2, y=-1, direction=SOUTH}> but was not.
unknown_command_should_be_ignored: [new position after receiving command 'f f'] Expecting: <Position{x=-2, y=1, direction=NORTH}> to be equal to: <Position{x=-2, y=-1, direction=SOUTH}> but was not.
unknown_command_should_be_ignored: [new position after receiving command 'f,f'] Expecting: <Position{x=-2, y=1, direction=NORTH}> to be equal to: <Position{x=-2, y=-1, direction=SOUTH}> but was not.
unknown_command_should_be_ignored: [new position after receiving command 'ff;'] Expecting: <Position{x=-2, y=1, direction=NORTH}> to be equal to: <Position{x=-2, y=-1, direction=SOUTH}> but was not.
:black_square_button: tests de la carte sphérique (50x50)
:black_square_button: tests de la détection d'obstacle
Liste des vérifications
:ok: compilation du projet
:negative_squared_cross_mark: style :
com.esiea.tp4A.Game
game
must have modifierfinal
and must not have modifierstatic
(line 9)com.esiea.tp4A.Laser
range
must have modifierfinal
(line 6)com.esiea.tp4A.Mars
obstacles
must have modifierfinal
(line 13)com.esiea.tp4A.Point
posY
must have modifierfinal
(line 4)posX
must have modifierfinal
(line 5)com.esiea.tp4A.PositionRover
direction
must have modifierfinal
(line 8)com.esiea.tp4A.Rover
positionRover
must have modifierfinal
(line 9)id
must have modifierfinal
(line 12):negative_squared_cross_mark: couverture par les tests : aucune trouvée (la commande
mvn test
est certainement en échec):negative_squared_cross_mark: tests de déplacement basiques
:black_square_button: tests de la carte sphérique (50x50)
:black_square_button: tests de la détection d'obstacle
:black_square_button: tests du laser
Updated on 2020-04-13T14:35.