Skip to content

Commit 63850b6

Browse files
committed
2 parents 122de03 + 2a048e6 commit 63850b6

File tree

1 file changed

+30
-11
lines changed

1 file changed

+30
-11
lines changed

README.md

+30-11
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,39 @@
11
# TestPlatform
22

3-
**TestPlatform - Version 0.0.1 - 2017**
3+
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.
44

5-
**University of Brasilia Behavioral and Neuroscience Laboratory**
5+
## Getting Started
66

7-
developers: **Hugo Honda Ferreira** and **Fabíola Malta Fleury**
7+
To contribute to our project you just have to clone this repository and open the .sln file (Microsoft Visual Studio Solution).
88

9-
============
10-
## Description
9+
### Prerequisites
1110

12-
TestPlatform is a project developed inside University of Brasilia
13-
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.
1411

15-
============
16-
## Notes
1712

18-
TestPlatform can be used by downloading .exe and NAAudio.dll, there will be a direct link to them soon.
13+
```
14+
Microsoft Visual Studio 2015+
15+
TestDriven extension for VS
16+
```
17+
18+
19+
## Running the tests
20+
21+
Unit tests are kept in their own project inside solution.
22+
![Testes unitários](https://raw.githubusercontent.com/wiki/lab-neuro-comp/StroopTest/img/unittest.png)
23+
24+
You can run tests using visual studio default configurations.
25+
![Testes unitários](https://raw.githubusercontent.com/wiki/lab-neuro-comp/StroopTest/img/unittest2.png)
26+
Or you can rigth click on unit test project and select "Test with" and select NCover for coverage.
27+
28+
29+
## Authors
30+
31+
* **Hugo Honda Ferreira** - *Initial work with StroopTest* - [StroopTest](https://github.com/lab-neuro-comp/StroopTest)
32+
33+
* **Fabíola Malta Fleury** - *Continued Stroop and Platform*
34+
35+
36+
## License
37+
38+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
1939

20-
**If you would like to get more involved, send an email [here](mailto:[email protected]?Subject=Test-Platform%20Git)**

0 commit comments

Comments
 (0)