diff --git a/README.md b/README.md index ec68f94..7a3fc13 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,12 @@ Or you can load the Configuration Map `VastSUnitExtensions` from the context men This repository includes tests which also work as examples for users to get started. Check the application `VastSUnitExtensionsExamplesApp` and you will find examples such as `TestEtDictionaryInspector`, `TestEtTextComparisonBrowser`, `TestEtWorkspace`, etc. +TestEtTextComparisonBrowser + Ultimately, all you need to do is to subclass `EtWindowsTestCase` or `UITestCase` and call their API from within your tests. + + ## Contributing Check the [Contribution Guidelines](CONTRIBUTING.md) diff --git a/assets/screenshots/testSelectedMethod.png b/assets/screenshots/testSelectedMethod.png new file mode 100644 index 0000000..1611082 Binary files /dev/null and b/assets/screenshots/testSelectedMethod.png differ