https://github.com/mahtf/leilao-csharp
Aplicativo de um leilão, para estudo de testes realizado em C# (csharp)
https://github.com/mahtf/leilao-csharp
csharp test testing xunit
Last synced: 10 days ago
JSON representation
Aplicativo de um leilão, para estudo de testes realizado em C# (csharp)
- Host: GitHub
- URL: https://github.com/mahtf/leilao-csharp
- Owner: MahTF
- License: mit
- Created: 2020-09-07T22:14:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T00:53:45.000Z (almost 6 years ago)
- Last Synced: 2025-07-03T17:52:45.256Z (about 1 year ago)
- Topics: csharp, test, testing, xunit
- Language: C#
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Leilão


Descrição |
Iniciando |
What's inside? |
License
## :clipboard: Descrição
Aplicação de um sistema de leilão, está sendo desenvolvida para aprendizagem de testes usando xUnit.
## :rocket: Iniciando
1. Baixe o repositório
- Usando Git
```shell
git clone https://github.com/MahTF/Leilao-Csharp.git
```
- Usando Github CLI
```shell
gh repo clone MahTF/Leilao-Csharp
```
> :bulb: ou como preferir
## 🧐 O que contém?
### :building_construction: Tecnologias
- [C#](https://docs.microsoft.com/pt-br/dotnet/csharp/)
### :package: Pacotes
- [xUnit](https://xunit.net/)
### :open_book: Agradecimentos
- [Alura](http://alura.com.br)
## :memo: License
Este projeto está sob Licença MIT. Leia o arquivo [LICENSE](LICENSE) para mais detalhes.
---
Build with 💙 By [Marcelo T. Ferreira](https://www.linkedin.com/in/mahtf/)
Based on the [readme template](https://gist.github.com/henry-ns/a00234378353d9ca43e1bfe043202192) by [Henrique Miranda](http://thehenry.dev/)