Skip to content
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

Team Alpha - Andrés Ayala #1

Open
wants to merge 11 commits into
base: Team-Alpha
Choose a base branch
from

Conversation

ayalamac
Copy link

@ayalamac ayalamac commented Jun 2, 2023

Les comparto mi trabajo. No hay necesidad del merge. Solamente se los dejo para sus comentarios. Muchas gracias,

ayalamac added 11 commits June 1, 2023 10:28
Update the gitignore to match the project type and ignore folders bin and obj
Modify the structure of files:
- Delete extra TestDevco folder (not needed)
- Add parent folder 'src' for all the source files
Create the following folders:
- tests/UnitTests
- tests/IntegrationTests
- tests/ArchitectureTests

Inside UnitTests, To offer a starting point for exercises. I'm matching the project's folder structure as follows:

  tests
   └───UnitTests
        └───TestDevco
            └───Exercises
                └───F01

These last two folders (IntegrationTests and ArchitectureTests) are just for educational purposes as they are just placeholders.
Update references to project, matching new folder structure
Update the gitignore to ignore Visual Studio Code's  helper files to debug
Create new NUnit project for Unit Testing
Several changes made:
- Update test project's name
- Update solution
- Add Tests for Exercise F01
Changes made:
- Update class and methods (mark them as static)
- Use TestCases with Assert and with ExpectedResult
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant