Lines Matching refs:assertTrue
39 …$this->assertTrue(strpos($mainHTML, 'Main Content') !== false, 'Main content contains "Main Conten…
40 …$this->assertTrue($this->_matchHeader('1', 'Main Test Page', $mainHTML), 'Main page header is h1');
41 …$this->assertTrue(strpos($mainHTML, 'Second Content') !== false, 'Main content contains "Second Co…
42 …$this->assertTrue($this->_matchHeader('2', 'Second Test Page', $mainHTML), 'Second page header on …
43 …$this->assertTrue(strpos($mainHTML, 'Third Content') !== false, 'Main content contains "Third Cont…
44 …$this->assertTrue($this->_matchHeader('3', 'Third Test Page', $mainHTML), 'Third page header on ma…
45 …$this->assertTrue(strpos($secondHTML, 'Second Content') !== false, 'Second content contains "Secon…
46 …$this->assertTrue($this->_matchHeader('1', 'Second Test Page', $secondHTML), 'Second page header o…
47 …$this->assertTrue(strpos($secondHTML, 'Third Content') !== false, 'Second content contains "Third …
48 …$this->assertTrue($this->_matchHeader('2', 'Third Test Page', $secondHTML), 'Third page header on …
49 …$this->assertTrue(strpos($thirdHTML, 'Third Content') !== false, 'Third content contains "Third Co…
50 …$this->assertTrue($this->_matchHeader('1', 'Third Test Page', $thirdHTML), 'Third page header on t…