mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 23:11:12 -08:00
Change power "satisfaction" -> "status", use efficiency() in blocks
This commit is contained in:
parent
c5a4d7331f
commit
30ea285ca0
23 changed files with 63 additions and 65 deletions
|
|
@ -20,7 +20,7 @@ import static org.junit.jupiter.api.DynamicTest.dynamicTest;
|
|||
* All tests are run with a fixed delta of 0.5 so delta considerations can be tested as well.
|
||||
* Additionally, each PowerGraph::update() call will have its own thread frame, i.e. the method will never be called twice within the same frame.
|
||||
* Both of these constraints are handled by FakeThreadHandler within PowerTestFixture.
|
||||
* Any expected power amount (produced, consumed, buffered) should be affected by FakeThreadHandler.fakeDelta but satisfaction should not!
|
||||
* Any expected power amount (produced, consumed, buffered) should be affected by FakeThreadHandler.fakeDelta but status should not!
|
||||
*/
|
||||
public class ItemLiquidGeneratorTests extends PowerTestFixture{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue