# Tests
The *__ tests __* folder contains the tests for the implemented features.

---

## Cards

#### Base Cards
- [x] 1.0. Card
- [x] 1.1. Plus 2
- [x] 1.2. Plus 1
- [x] 1.3. Plus 0
- [x] 1.4. Minus 1
- [x] 1.5. Minus 1
- [x] 1.6. Double
- [x] 1.7. Empty
- [x] 1.8. Bless
- [x] 1.9. Curse

---

## Decks

#### Base Deck
- [x] 1.0. Attributes
- [x] 1.1. addCard()
- [x] 1.2. addCards()
- [x] 1.3. removeCard()
- [x] 1.4. removeCards()
- [x] 1.5. draw()
- [ ] 1.6. advantage()
- [ ] 1.7. disadvantage()