feat: add iteration one attendance workflows
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
- **Test type:** Unit
|
||||
- **Requirement IDs:** `ATT-001`, `ATT-002`, `ATT-003`, `ATT-004`
|
||||
- **Scenario IDs:** `AC-ATT-001`
|
||||
- **Test class/method:** `com.lab.labtimesheet.attendance.AttendancePolicyTest`
|
||||
- **Test class/method:** `com.lab.labtimesheet.feature.attendance.model.AttendancePolicyTest`
|
||||
- **Implementation commit:** `pending (committed with this evidence)`
|
||||
|
||||
## Protected behavior
|
||||
@@ -65,8 +65,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