Better documentation in the UnitTests
continuous-integration/drone/push Build is failing Details

pull/47/head
HMatheo 2 years ago
parent 48a806d138
commit 2043a6331c

@ -1,4 +1,8 @@
using System;
///// \brief Fichier pour la classe Stub
///// \author HERSAN Mathéo, JOURDY Vianney
/// \file Stub.cs
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;

@ -1,4 +1,8 @@
using DataContractPersistance;
///// \brief Fichier de test pour la classe DataContractJson.
///// \author HERSAN Mathéo, JOURDY Vianney
/// \file UnitTestDataContractJson.cs
using DataContractPersistance;
using System;
using System.Collections.Generic;
using System.Linq;

@ -1,4 +1,8 @@
using DataContractPersistance;
///// \brief Fichier de test pour la classe DataContractXml.
///// \author HERSAN Mathéo, JOURDY Vianney
/// \file UnitTestDataContractXml.cs
using DataContractPersistance;
using Models;
using System;
using System.Collections.Generic;

@ -1,4 +1,8 @@
using DataContractPersistance;
///// \brief Fichier de test pour la classe DataToPersist.
///// \author HERSAN Mathéo, JOURDY Vianney
/// \file UnitTestDataToPersist.cs
using DataContractPersistance;
using Models;
using System;
using System.Collections.Generic;

@ -1,4 +1,8 @@
using Models;
///// \brief Fichier de test pour la classe IPersistanceManager.
///// \author HERSAN Mathéo, JOURDY Vianney
/// \file UnitTestIPersistanceManager.cs
using Models;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;

@ -1,4 +1,8 @@
using Models;
///// \brief Fichier de test pour la classe Manager.
///// \author HERSAN Mathéo, JOURDY Vianney
/// \file UnitTestManager.cs
using Models;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;

@ -1,4 +1,8 @@
using Models;
///// \brief Fichier de test pour la classe Oeuvre.
///// \author HERSAN Mathéo, JOURDY Vianney
/// \file UnitTestOeuvre.cs
using Models;
using System;
using System.Collections.Generic;
using System.Linq;

@ -1,3 +1,7 @@
///// \brief Fichier de test pour la classe Utilisateur.
///// \author HERSAN Mathéo, JOURDY Vianney
/// \file UnitTestUtilisateur.cs
using Models;
namespace UnitTests

Loading…
Cancel
Save