Skip to content
Snippets Groups Projects
Commit df770f8e authored by LABOUREL Arnaud's avatar LABOUREL Arnaud
Browse files

Ajout import dans les classes de test

parent 1f18d930
No related branches found
No related tags found
No related merge requests found
Pipeline #4753 passed
package agency;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import util.TimeProvider;
import java.time.LocalDateTime;
import java.util.Objects;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
class TestCar {
// TODO : décommenter le code ci-dessous pour tester la tâche 2.
/*
......
package agency;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
class TestClient {
// TODO : décommenter le code ci-dessous pour tester la classe Client.
/*
......
package agency;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.*;
class TestRentalAgency extends agency.TestCar {
// TODO : décommenter le code ci-dessous pour tester la tâche 2.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment