public SinglePaneUIVersion1 createSinglePaneUI(SinglePaneUIInteractionVersion1 testSingleDualPaneUIInteractionVersion1) {
System.setProperty("gradle.home", buildContext.getGradleHomeDir().getAbsolutePath());
SinglePaneUIVersion1 singlePane;
try {
singlePane = new SinglePaneUIWrapper(testSingleDualPaneUIInteractionVersion1, false);
} catch (Exception e) {
throw UncheckedException.throwAsUncheckedException(e);
}
//make sure we got something