Test Summary
|
80%
successful |
Failed tests
- DatabaseGoodCasesTest. Assert connecting to database
- DatabaseGoodCasesTest. Assert that the TestClass could be inserted into the database
- DatabaseGoodCasesTest. Assert that the TestClass could be inserted into the database
- GoodCasesTest. Check that editing is possible through UI
- GoodCasesTest. Assert that removing a worker removes the worker from the worker list
Packages
| Package | Tests | Failures | Ignored | Duration | Success rate |
|---|---|---|---|---|---|
| hhn.temp.project | 25 | 5 | 0 | 1.810s | 80% |
Classes
| Class | Tests | Failures | Ignored | Duration | Success rate |
|---|---|---|---|---|---|
| hhn.temp.project.BadCasesTest | 8 | 0 | 0 | 0.021s | 100% |
| hhn.temp.project.DatabaseBadCasesTest | 1 | 0 | 0 | 0.027s | 100% |
| hhn.temp.project.DatabaseGoodCasesTest | 3 | 3 | 0 | 1.711s | 0% |
| hhn.temp.project.GoodCasesTest | 13 | 2 | 0 | 0.051s | 84% |