package net.minecraft.gametest.framework; public class GameTestHelper { private final GameTestInfo testInfo; public GameTestHelper(final GameTestInfo iw) { this.testInfo = iw; } }