Test Summary
|
60%
successful |
Failed tests
- ConstantMatrixInitializerTest. testMatrixInitializationWithConstantValue()
- ConstantMatrixInitializerTest. testMatrixInitializationWithConstantValue2()
- ListMatrixTest. testMatrixCreationWithInitialValue()
- ListMatrixTest. testSubMatrix()
- CellTest. testCellValueChangeWithListener()
- CellTest. testCellWithoutListener()
- CellularAutomatonSimulationTest. testAt()
- CellularAutomatonSimulationTest. testColor()
- CellularAutomatonSimulationTest. testCopy()
- CellularAutomatonSimulationTest. testNext()
- CellularAutomatonSimulationTest. testNumberOfColumns()
- CellularAutomatonSimulationTest. testNumberOfRows()
- CellularAutomatonSimulationTest. testReset()
- CellularAutomatonSimulationTest. testSetChangeListener()
- CellularAutomatonSimulationTest. testSetGenerationNumberChangeListener()
- NextGenerationInitializerTest. initialValueAt()
- NextGenerationInitializerTest. testWrapCoordinateInsideGrid()
- NextGenerationInitializerTest. testWrapCoordinateOutsideGrid()
Packages
| Package | Tests | Failures | Ignored | Duration | Success rate |
|---|---|---|---|---|---|
| matrix | 20 | 4 | 0 | 0.148s | 80% |
| model | 22 | 14 | 0 | 0.137s | 36% |
| model.automata | 4 | 0 | 0 | 0.011s | 100% |
Classes
| Class | Tests | Failures | Ignored | Duration | Success rate |
|---|---|---|---|---|---|
| matrix.ConstantMatrixInitializerTest | 2 | 2 | 0 | 0.037s | 0% |
| matrix.CoordinateIteratorTest | 3 | 0 | 0 | 0.064s | 100% |
| matrix.CoordinateTest | 8 | 0 | 0 | 0.018s | 100% |
| matrix.ListMatrixTest | 7 | 2 | 0 | 0.029s | 71% |
| model.CellTest | 2 | 2 | 0 | 0.005s | 0% |
| model.CellularAutomatonSimulationTest | 11 | 9 | 0 | 0.093s | 18% |
| model.NextGenerationInitializerTest | 5 | 3 | 0 | 0.030s | 40% |
| model.StateTest | 4 | 0 | 0 | 0.009s | 100% |
| model.automata.GameOfLifeStateTest | 4 | 0 | 0 | 0.011s | 100% |