Package project
|
7%
successful |
Failed tests
- BadCaseTaskTest. Assert an IllegalArgumentException when calling a non-Existing Task
- BadCaseTaskTest. Assert an IllegalArgumentException when you create a new Task with no or wrong Name, Description
- BadCaseTaskTest. Assert an IllegalArgumentException when you create a new Task with the same Name of a exits Task
- BadCaseTaskTest. Assert an IllegalArgumentException when delete a existing Task with wrong arguments
- BadCaseTaskTest. Assert an IllegalArgumentException when you edit a exits Task
- BadCaseTaskTest. Get a Exeption by setWorker and getWorker
- GoodCaseTaskTest. Check TaskList if Task there
- GoodCaseTaskTest. Create a new Task
- GoodCaseTaskTest. Create a new TaskManager and test Connecton
- GoodCaseTaskTest. Delete Task
- GoodCaseTaskTest. Edit Task
- GoodCaseTaskTest. Set Author of a Task
Classes
| Class | Tests | Failures | Ignored | Duration | Success rate |
|---|---|---|---|---|---|
| BadCaseTaskTest | 7 | 6 | 0 | 30.989s | 14% |
| GoodCaseTaskTest | 6 | 6 | 0 | 24.847s | 0% |