- Author: Jim Törnvall
- Year: 2024
- School: Åland University of Applied Sciences
- Course: Test Driven Development
- Status:
This is a simple TDD project created for school.
- Testify
- https://github.com/stretchr/testify
- Assert: Used for assertions in the tests
- Suite: Used for creating test suites, used to mimic @BeforeEach and @AfterEach in JUnit
- Mock: Isnt used as i like Mockio better
- Mockio
- https://github.com/ovechkin-dm/mockio
- Mockito for golang, used for mocking interfaces in the tests
go mod tidy
go run
go test -v ./...