diff --git a/README.md b/README.md index 83aaa2f..1934e82 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,39 @@ # TestPlatform -**TestPlatform - Version 0.0.1 - 2017** +TestPlatform is a project developed inside University of Brasilia Behavioral and Neuroscience Laboratory. It continuous the work initialized by https://github.com/lab-neuro-comp/StroopTest, including now ReactionTest and Experiments, and soon it will include another set of cognitive tests. This is a desktop application built to be used on Windows systems. -**University of Brasilia Behavioral and Neuroscience Laboratory** +## Getting Started -developers: **Hugo Honda Ferreira** and **Fabíola Malta Fleury** +To contribute to our project you just have to clone this repository and open the .sln file (Microsoft Visual Studio Solution). -============ -## Description +### Prerequisites -TestPlatform is a project developed inside University of Brasilia -Behavioral and Neuroscience Laboratory. It continuous the work initialized by https://github.com/lab-neuro-comp/StroopTest, and it will include another kind of tests such as Reaction Test. -============ -## Notes -TestPlatform can be used by downloading .exe and NAAudio.dll, there will be a direct link to them soon. +``` +Microsoft Visual Studio 2015+ +TestDriven extension for VS +``` + + +## Running the tests + +Unit tests are kept in their own project inside solution. +![Testes unitários](https://raw.githubusercontent.com/wiki/lab-neuro-comp/StroopTest/img/unittest.png) + +You can run tests using visual studio default configurations. +![Testes unitários](https://raw.githubusercontent.com/wiki/lab-neuro-comp/StroopTest/img/unittest2.png) +Or you can rigth click on unit test project and select "Test with" and select NCover for coverage. + + +## Authors + +* **Hugo Honda Ferreira** - *Initial work with StroopTest* - [StroopTest](https://github.com/lab-neuro-comp/StroopTest) + +* **FabĂ­ola Malta Fleury** - *Continued Stroop and Platform* + + +## License + +This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details -**If you would like to get more involved, send an email [here](mailto:neurociencias.unb@gmail.com?Subject=Test-Platform%20Git)**