Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Powerful and easy way to testing text

Hey Angelo,

If we go for an OCR-based implementation, you can write something like

```
styledText.setText("class A {}");
assertEquals("0 references\nclass A {}", OCRHelper.read(styledText))
```

Back to the top