| 13 | { |
| 14 | public: |
| 15 | static SimulationParameters getParameters() |
| 16 | { |
| 17 | SimulationParameters result; |
| 18 | for (int i = 0; i < MAX_COLORS; ++i) { |
| 19 | result.baseValues.radiationCellAgeStrength[i] = 0; |
| 20 | } |
| 21 | return result; |
| 22 | } |
| 23 | |
| 24 | ConstructorTests() |
| 25 | : IntegrationTestFramework(getParameters()) |
nothing calls this directly
no outgoing calls
no test coverage detected