package Visual_DVM_2021.Passes.All; import Common.Current; import Visual_DVM_2021.Passes.ShowCurrentConfigurationTests; public class ShowCurrentSAPFORConfigurationTests extends ShowCurrentConfigurationTests { @Override public Current currentName() { return Current.SapforConfiguration; } }