mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-02-20 07:01:22 -08:00
Added unit tests for Java, JavaScript and JSON mods
This commit is contained in:
parent
d6016f1b04
commit
347b38ba26
20 changed files with 587 additions and 397 deletions
|
|
@ -24,7 +24,6 @@ import static org.junit.jupiter.api.DynamicTest.dynamicTest;
|
|||
* Any expected power amount (produced, consumed, buffered) should be affected by FakeThreadHandler.fakeDelta but status should not!
|
||||
*/
|
||||
public class ItemLiquidGeneratorTests extends PowerTestFixture{
|
||||
|
||||
private ItemLiquidGenerator generator;
|
||||
private Tile tile;
|
||||
private ItemLiquidGeneratorBuild entity;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue