Lines Matching refs:mind

48     m8r::Mind mind(config);  in TEST()  local
50 …m8r::HtmlOutlineRepresentation htmlRepresentation{mind.remind().getOntology(),dummyColors,nullptr}; in TEST()
51 m8r::MarkdownOutlineRepresentation markdownRepresentation(mind.remind().getOntology(),nullptr); in TEST()
52 mind.learn(); in TEST()
53 mind.think().get(); in TEST()
55 ASSERT_GE(mind.remind().getOutlinesCount(), 1); in TEST()
59 markdownRepresentation.to(mind.remind().getOutlines()[0], &markdown); in TEST()
82 m8r::Mind mind(config); in TEST() local
84 …m8r::HtmlOutlineRepresentation htmlRepresentation{mind.remind().getOntology(),dummyColors,nullptr}; in TEST()
85 mind.learn(); in TEST()
86 mind.think().get(); in TEST()
88 ASSERT_GE(mind.remind().getOutlinesCount(), 1); in TEST()
91 htmlRepresentation.to(mind.remind().getOutlines()[0]->getNotes()[0], &html); in TEST()
105 m8r::Mind mind(config); in TEST() local
107 …m8r::HtmlOutlineRepresentation htmlRepresentation{mind.remind().getOntology(),dummyColors,nullptr}; in TEST()
108 mind.learn(); in TEST()
109 mind.think().get(); in TEST()
111 ASSERT_GE(mind.remind().getOutlinesCount(), 1); in TEST()
114 htmlRepresentation.to(mind.remind().getOutlines()[0]->getNotes()[0], &html); in TEST()
129 m8r::Mind mind(config); in TEST() local
131 …m8r::HtmlOutlineRepresentation htmlRepresentation{mind.remind().getOntology(),dummyColors,nullptr}; in TEST()
132 mind.learn(); in TEST()
133 mind.think().get(); in TEST()
135 ASSERT_GE(mind.remind().getOutlinesCount(), 1); in TEST()
139 htmlRepresentation.to(mind.remind().getOutlines()[0]->getOutlineDescriptorAsNote(), &html); in TEST()
144 htmlRepresentation.to(mind.remind().getOutlines()[0]->getNotes()[0], &html); in TEST()