/* * Copyright 2013 Guidewire Software, Inc. */ package gw.plugin.ij.intentions; public interface ITestableCreateClassFix { void invokeForTest(String packageName); }