-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/lab-neuro-comp/Test-Platform
- Loading branch information
Showing
1 changed file
with
30 additions
and
11 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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:[email protected]?Subject=Test-Platform%20Git)** |