Code with Doxygen Comments and TCT
[platform/core/csapi/mime-type.git] / tct-mime-tizen-tests / ReadMe.md
1 tct-suite-tizen-tests
2 ├── src            - Directory containing main method and test cases.
3 │   ├── Program.cs    - Main method of the application.
4 │   ├── testcase
5 │   │       ├── TSApplicationManager.cs  - Test case file of ApplicationManager Class.
6 │   │       └── ……                      - Other test case files.
7 │   └── support
8 │            └── ApplicationCommon.cs         - A Support file which supports test cases.
9 ├── bin             - Contains executable file which is created by make file.
10 ├── lib            - Library files which needs to be packed.
11 ├── res            - Resource folder for any resources needed to run test.
12 ├── share        
13 ├── Makefile         - Script which builds package.
14 ├── TCTCert.p12        - A Certificate file for building package. (pw:test)
15 └── tizen-manifest.xml    - A Tizen Manifest file for declaring privilege and controls.