feat: add iteration one attendance workflows
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
- **Test type:** Unit
|
||||
- **Requirement IDs:** `GOV-011`, `GOV-012`, `ATT-005`, `ATT-007`, `ATT-008`, `ATT-009`, `ATT-010`, `ATT-011`, `ATT-012`, `ATT-016`
|
||||
- **Scenario IDs:** `AC-ATT-002`, `AC-ATT-003`, `AC-ATT-004`, `AC-ATT-005`
|
||||
- **Test class/method:** `com.lab.labtimesheet.attendance.AttendanceServiceTest`
|
||||
- **Test class/method:** `com.lab.labtimesheet.feature.attendance.service.AttendanceServiceTest`
|
||||
- **Implementation commit:** `pending (committed with this evidence)`
|
||||
|
||||
## Protected behavior
|
||||
@@ -70,8 +70,8 @@ Process exited 0.
|
||||
**Command and result**
|
||||
|
||||
```text
|
||||
./mvnw -Dtest='Attendance*Test' test
|
||||
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
|
||||
./mvnw -Dtest='*Attendance*Test' test
|
||||
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0
|
||||
BUILD SUCCESS
|
||||
Process exited 0.
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user