summaryrefslogtreecommitdiffstats
path: root/src/testlib/doc/src
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2017-08-24 17:54:04 +0200
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2018-01-09 15:57:58 +0000
commitb3e4be2d8b9debf217657436139da0152f6f8797 (patch)
tree31fd8886a1c069babcfe97529c4c8b0a219fb713 /src/testlib/doc/src
parent2d260eada8608e727b6bdb567da74c08b07b004f (diff)
Long live QAbstractItemModelTester!
AKA the model tester, living in QtTestLib now. Underwent some significant refactoring from the original modeltester: in particular, it will stop testing illegal indices. [ChangeLog][QtTestLib] Added QAbstractItemModelTester, a class to help testing item models. Change-Id: I0e5efed7217330be11465ce3abb3590f3f2601a4 Reviewed-by: David Faure <david.faure@kdab.com>
Diffstat (limited to 'src/testlib/doc/src')
-rw-r--r--src/testlib/doc/src/qttest-index.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testlib/doc/src/qttest-index.qdoc b/src/testlib/doc/src/qttest-index.qdoc
index 36ebfee463..7b3e96f72e 100644
--- a/src/testlib/doc/src/qttest-index.qdoc
+++ b/src/testlib/doc/src/qttest-index.qdoc
@@ -31,7 +31,9 @@
Qt Test provides classes for unit testing Qt applications and libraries.
All public methods are in the \l QTest namespace. In addition, the
- \l QSignalSpy class provides easy introspection for Qt's signals and slots.
+ \l QSignalSpy class provides easy introspection for Qt's signals and slots,
+ and the \l QAbstractItemModelTester allows for non-destructive testing
+ of item models.
\section1 Getting Started