c7b3c26ae037b6205af152600f3f8373a2ee2e47,tester/test_model/test_reply.py,TestMReply,test_count_of_certain,#TestMReply#,38

Before Change



    def test_count_of_certain(self):
        MReply.count_of_certain()
        assert True

    def test_total_number(self):
        MReply.total_number()
        assert True

After Change



    def test_count_of_certain(self):
        a=MReply.count_of_certain()
        self.add_message()
        b=MReply.count_of_certain()
        assert a+1==b
        self.tearDown()

    def test_total_number(self):
        a=MReply.total_number()
        self.add_message()
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: bukun/TorCMS
Commit Name: c7b3c26ae037b6205af152600f3f8373a2ee2e47
Time: 2020-10-12
Author: lihy@g4
File Name: tester/test_model/test_reply.py
Class Name: TestMReply
Method Name: test_count_of_certain


Project Name: bukun/TorCMS
Commit Name: c7b3c26ae037b6205af152600f3f8373a2ee2e47
Time: 2020-10-12
Author: lihy@g4
File Name: tester/test_model/test_reply.py
Class Name: TestMReply
Method Name: test_get_by_zan


Project Name: bukun/TorCMS
Commit Name: c7b3c26ae037b6205af152600f3f8373a2ee2e47
Time: 2020-10-12
Author: lihy@g4
File Name: tester/test_model/test_reply.py
Class Name: TestMReply
Method Name: test_total_number


Project Name: bukun/TorCMS
Commit Name: c7b3c26ae037b6205af152600f3f8373a2ee2e47
Time: 2020-10-12
Author: lihy@g4
File Name: tester/test_model/test_reply.py
Class Name: TestMReply
Method Name: test_get_by_uid