InventoryUpdateSystemTests.java
package com.devcharles.piazzapanic.testing.componentsystems;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.devcharles.piazzapanic.GameScreen;
import com.devcharles.piazzapanic.PiazzaPanic;
import com.devcharles.piazzapanic.utility.Difficulty;
import com.devcharles.piazzapanic.scene2d.Hud;
import com.devcharles.piazzapanic.testing.BasicTest;
import com.devcharles.piazzapanic.testing.GdxTestRunner;
@RunWith(GdxTestRunner.class)
public class InventoryUpdateSystemTests implements BasicTest {
private Hud hud;
@Override
@Before
public void initialize() throws Exception {
// TODO Auto-generated method stub
}
@Override
@Test
public void constructorTest() throws Exception {
// TODO Auto-generated method stub
}
}