-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Final lab02 - Di Pietro & Gallandat #174
Open
dipietroa
wants to merge
64
commits into
SoftEng-HEIGVD:master
Choose a base branch
from
dipietroa:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Adding the 2 authors. * Adding tests of protocol V2 in the fb-lab02-v2-tests branch. The file was in the wrong branch. * Deleting V2Tests in branch tests. The tests of protocol V2 must be in the contrib branch. * Adding tests of protocol V2 in fb-lab02-v2-contrib. * Deleting RouletteV1ClientImpl.java. This branch contrib must only have the V2 tests. * Adding the tests of protocol V2 in the contrib branch. * Re-adding RouletteV1ClientImple.java which was deleted.
* Revert "Add specs for Roulette Protocol v2 (SoftEng-HEIGVD#80)" This reverts commit 1bd39cb. * Revert "Adding tests of protocol V2 (SoftEng-HEIGVD#79)" This reverts commit 42ff40c.
* Adding the 2 authors. * Adding tests of protocol V2 in the fb-lab02-v2-tests branch. The file was in the wrong branch. * Deleting V2Tests in branch tests. The tests of protocol V2 must be in the contrib branch. * Adding tests of protocol V2 in fb-lab02-v2-contrib. * Deleting RouletteV1ClientImpl.java. This branch contrib must only have the V2 tests. * Adding the tests of protocol V2 in the contrib branch. * Re-adding RouletteV1ClientImple.java which was deleted. * Now the file of V2 tests compiles.
* Nouveau test * Spécification du protocole Roulette V2
* add spec for Roulette protocol V2.0 * add connection spec for Roulette protocol V2.0 * add emptylist spec for Roulette protocol V2.0 * test ignore * PR modif * PR test-stats.json reset * function renamed * connection tests fix
* commit branch + empty file * Some tests, need checking responses * test pour v2 * Add @ignore to build
…Eng-HEIGVD#153) * JUnit test 1 for v2 * Mantha32: JUnit test for v2
…d fix exceptions (SoftEng-HEIGVD#146) * RouletteV1ClientImpl done and all tests passed * Implementaion of RouletteV1ClientImpl class * Implementation of RouletteV2Luca15Test class * Implementation of RouletteV2Luca15Test class finished * Implementation of RouletteV2Luca15Test class * Implementation of RouletteV1ClientImpl class * Implementation of RouletteV2Luca15Test class and fix exceptions * Implementation of RouletteV2Luca15Test class FINAL all fix
* Added tests for the server and client * Added a few tests
* Implementation of tests Client v2 * Mistake with ArrayList template * Ajout du test de récupération d'un élève aléatoirement.
* creation of file RouletteV2BasileChatillonTest * add some new method to test the version, the port, the method listStudent and the method clearDataStore * Ajout du git de mon colègue pour les @TestAuthor.
* first implementation of unit test RouletteV2AnnieSandraTest * implementation of RouletteV2AnnieSandraTest: add new incomplete tests * automated test of v2 protocol * removing header generated by IDE, Final automated tests * final implementation of automated tests : bug fix * implementation test v2 : bug fix
* Init testV2 * RouletteV2Test * MAJ Tests
* Initial test file for Roulette Protocol V2 client. * add 4 test for RouletteV2 * Corrected theServerShouldHaveTheRightPort()
* initial commit with the new test file and branches * first test of clearing specified * commit tests v2 from netBrains intelliJ IDE * test reviewed and commit before creating a new implementation for V2 branch (goal : clean this contrib branch for the PR) * added list test, cleared implementation classes
* Added test for Roulette protocol version 2 * Fix tests for Roulette protocl version 2
* Create .travis.yml * Test for V2 OK
* no comments * Tests compile, fixed missing imports
* My 3 test for the protocol v2 are ready * correction for impl tets protocol v2
…GVD#86) * Roulette V1 Impl functionnal * ??? * tests unitaires ajoutés * Changes, import of the right version protocol...
* Add specs for Roulette Protocol v2 * Correction du test theServerShouldListenToTheCorrectPort
* Ajout des @ignore dans les tests non souhaités * first impl * Première partie des tests V2 pour les nouvelles commandes * impl of the test from testV1 * final for V2 test impl
* Test clear data done * Tests are done * 3 tests from Client V1 work * Tests improved * @ignore added
…g-HEIGVD-RES-2017-Labo-02
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.