a55e938fb4
Created tst_QByteArrayApiSymmetry test for the common APIs of QByteArray and QByteArrayView. Moved the tests for startsWith(), endsWith(), indexOf(), lastIndexOf(), compare(), from tst_QByteArray to tst_QByteArrayApiSymmetry and adapted them to check different QByteArray/QByteArrayView combinations. Added tests for first(), last(), sliced(), chopped(), chop(), truncate(), count(), contains() (test inputs are taken from corresponding tst_QStringApiSymmetry tests). Task-number: QTBUG-84321 Change-Id: I4e712b1692e3c1271d51ddcda6c9eb8bb01e11d4 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
27 lines
508 B
Prolog
27 lines
508 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = \
|
|
qbytearray \
|
|
qbytearrayapisymmetry \
|
|
qbytearraylist \
|
|
qbytearraymatcher \
|
|
qbytedatabuffer \
|
|
qchar \
|
|
qcollator \
|
|
qlatin1string \
|
|
qlocale \
|
|
qregexp \
|
|
qregularexpression \
|
|
qstring \
|
|
qstring_no_cast_from_bytearray \
|
|
qstringapisymmetry \
|
|
qstringbuilder \
|
|
qstringconverter \
|
|
qstringiterator \
|
|
qstringlist \
|
|
qstringmatcher \
|
|
qstringref \
|
|
qstringtokenizer \
|
|
qstringview \
|
|
qtextboundaryfinder
|