assertEquals("Test highlight of <span class=\"entity\" title=\"joe ferner\" data-info=\"{"process":"EntityHighlighterTest","id":"TM_--18-28-EntityHighlighterTest","title":"joe ferner","sandboxStatus":"PRIVATE","http://lumify.io#conceptType":"http://lumify.io/test/person","start":18,"sourceVertexId":"1","type":"http://www.w3.org/2002/07/owl#Thing","end":28}\">Joe Ferner</span> and <span class=\"entity\" title=\"jeff kunkle\" data-info=\"{"process":"uniq1","id":"TM_--33-44-uniq1","title":"jeff kunkle","sandboxStatus":"PRIVATE","http://lumify.io#conceptType":"http://lumify.io/test/person","start":33,"sourceVertexId":"1","type":"http://www.w3.org/2002/07/owl#Thing","end":44}\">Jeff Kunkle</span>.",
highlightText);
}
private Vertex createTermMention(Vertex sourceVertex, String sign, String conceptIri, int start, int end) {
return new TermMentionBuilder()
.sourceVertex(sourceVertex)
.propertyKey(PROPERTY_KEY)
.conceptIri(conceptIri)
.start(start)
.end(end)