Searched refs:expectedTopicString (Results 1 – 2 of 2) sorted by relevance
53 String expectedTopicString = "Topic{mTaxonomyVersion=2, mModelVersion=5, mTopicCode=1}"; in testToString() local54 expect.that(mTopic1.toString()).isEqualTo(expectedTopicString); in testToString()55 expect.that(mTopic2.toString()).isEqualTo(expectedTopicString); in testToString()
72 String expectedTopicString = in testToString() local79 expect.that(mEncryptedTopic1.toString()).isEqualTo(expectedTopicString); in testToString()80 expect.that(mEncryptedTopic2.toString()).isEqualTo(expectedTopicString); in testToString()