Are there any real examples of documentation or code on how to use the expect4j library?

The documentation on the Google Code Draft page is pretty thin. I am wondering if there is any detailed documentation on using expect4j ; code examples will also be helpful.

+3
source share
1 answer

I found some examples here:

http://code.google.com/p/expect4j/source/browse/#svn/trunk/src/test/java/expect4j%3Fstate%3Dclosed

Usually with very small libraries like this, don't expect documentation walls

+3
source

Source: https://habr.com/ru/post/1749122/


All Articles