mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-18 07:12:15 -08:00
Synchronized Item/Liquid generator code
This commit is contained in:
parent
1d57568322
commit
bcb9cfd2fe
5 changed files with 24 additions and 39 deletions
|
|
@ -22,6 +22,7 @@ import static org.junit.jupiter.api.DynamicTest.dynamicTest;
|
|||
* 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 power amount (produced, consumed, buffered) should be affected by FakeThreadHandler.fakeDelta but satisfaction should not!
|
||||
* TODO Find a way to reuse these tests for LiquidGenerator and ItemGenerator
|
||||
*/
|
||||
public class ItemLiquidGeneratorTests extends PowerTestFixture{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue