Added unit tests for Java, JavaScript and JSON mods

This commit is contained in:
Anuken 2021-06-12 20:59:28 -04:00
parent d6016f1b04
commit 347b38ba26
20 changed files with 587 additions and 397 deletions

View file

@ -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;