Search in sources :

Example 1 with CommonmarkMarkdownConverter

use of uk.nhs.digital.common.components.apispecification.commonmark.CommonmarkMarkdownConverter in project hippo by NHS-digital-website.

the class CommonmarkMarkdownConverterTest method setUp.

@Before
public void setUp() {
    initMocks(this);
    commonmarkMarkdownConverter = new CommonmarkMarkdownConverter();
}
Also used : CommonmarkMarkdownConverter(uk.nhs.digital.common.components.apispecification.commonmark.CommonmarkMarkdownConverter) Before(org.junit.Before)

Aggregations

Before (org.junit.Before)1 CommonmarkMarkdownConverter (uk.nhs.digital.common.components.apispecification.commonmark.CommonmarkMarkdownConverter)1