use of utilities.mocks.PluginMockComponent in project Plan by plan-player-analytics.
the class PlanCommandTest method preparePlanCommand.
@BeforeEach
void preparePlanCommand(@TempDir Path tempDir) throws Exception {
PlanPluginComponent component = new PluginMockComponent(tempDir).getComponent();
underTest = component.planCommand();
}
Aggregations