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

Wow exactly that I had in my mind.

+1000 for OCR!

Le ven. 23 nov. 2018 à 18:48, Mickael Istria <mistria@xxxxxxxxxx> a écrit :
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))
```
_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/platform-ui-dev

Back to the top