Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 661 Bytes

File metadata and controls

29 lines (26 loc) · 661 Bytes

F1-Test: Testing Project

Classes

Combustible

  • Responsible for managing Fuel

Neumatico

  • Responsible for managing a Tyre

Neumaticos

  • Responsible for managing 0 to N Tyres

Estrategia

  • Responsible for managing if Strategy is valid

DiagramaClases.png

Tests

CombustibleTest

  • Tests for Fuel

NeumaticoTest

  • Tests for Tyre

NeumaticoTests

  • Tests for Tyres (0 to N)

EstrategiaTests

  • Tests for Strategy

Installation

  1. mvn clean install to install the project dependencies
  2. Run Tests for Combustible
  3. Run Tests for Neumatico
  4. Run Tests for Neumaticos
  5. Run Tests for Estrategia