| | import com.keenwrite.AwaitFxExtension; |
| | import com.keenwrite.editors.common.Caret; |
| | -import com.keenwrite.preferences.Workspace; |
| | import com.keenwrite.processors.Processor; |
| | import com.keenwrite.processors.ProcessorContext; |
 |
| | @SuppressWarnings( "SameParameterValue" ) |
| | public class ImageLinkExtensionTest { |
| | - private static final Workspace sWorkspace = new Workspace(); |
| | private static final Map<String, String> IMAGES = new HashMap<>(); |
| | |
 |
| | .with( ProcessorContext.Mutator::setInputPath, inputPath ) |
| | .with( ProcessorContext.Mutator::setExportFormat, XHTML_TEX ) |
| | - .with( ProcessorContext.Mutator::setWorkspace, sWorkspace ) |
| | .with( ProcessorContext.Mutator::setCaret, () -> Caret.builder().build() ) |
| | .build(); |