85 TypeParam str1(this->src);
86 ASSERT_STREQ(str1.toChar(), this->src);
90 ASSERT_STREQ(str2.toChar(), str1.toChar());
93 TypeParam str3(this->fwStr);
94 ASSERT_STREQ(str3.toChar(), this->fwSubstr.toChar());
105 ASSERT_STREQ(str1.toChar(), this->src);
108 TypeParam& strRef = str1;
110 ASSERT_EQ(&str1, &strRef);
113 ASSERT_STREQ(str1.toChar(), str1.toChar());
118 ASSERT_EQ(&str1, &sbRef);
121 ASSERT_STREQ(str3.toChar(), this->fwSubstr.toChar());