Update documentation of BaseCollection class

This commit is contained in:
Meritoo
2019-09-18 15:11:51 +02:00
parent 2fdb18312d
commit d8e3d5e7cb
10 changed files with 51 additions and 22 deletions

View File

@@ -54,7 +54,7 @@ class UnknownSimpleTypeException extends UnknownTypeException
# More
1. [Base test case (with common methods and data providers)](Base-test-case.md)
2. [Collection of elements](Collection/Collection.md)
2. [Collection of elements](Collection/BaseCollection.md)
3. [Templates](Collection/Templates.md)
4. [**Exceptions**](Exceptions.md)
5. [Static methods](Static-methods.md)