
|Report|Passed|Failed|Skipped|Time|
|:---|---:|---:|---:|---:|
|[fixtures/open-test-reporting/events.xml](#user-content-r0)|4 ✅|1 ❌|1 ⚪|1s|
## ❌ fixtures/open-test-reporting/events.xml
**6** tests were completed in **1s** with **4** passed, **1** failed and **1** skipped.
|Test suite|Passed|Failed|Skipped|Time|
|:---|---:|---:|---:|---:|
|[com.example.CalculatorTest](#user-content-r0s0)|2 ✅|1 ❌|1 ⚪|700ms|
|[com.example.StringUtilsTest](#user-content-r0s1)|2 ✅|||400ms|
### ❌ com.example.CalculatorTest
```
✅ testAddition
✅ testSubtraction
❌ testDivision
java.lang.ArithmeticException: Division by zero
⚪ testMultiplication
```
### ✅ com.example.StringUtilsTest
```
TrimTests
✅ testTrimLeft
✅ testTrimRight
```