Searched refs:assertNotMatchesMultiLine (Results 1 – 10 of 10) sorted by relevance
38 assertNotMatchesMultiLine("APM_AudioPolicyManager: getOutputForAttr\\(\\) " + in testPocCVE_2017_13232()56 assertNotMatchesMultiLine("CVE-2017-132736 Tainted:" + "[\\s\\n\\S]*" + in testPocCVE_2017_13273()
36 assertNotMatchesMultiLine("OVERFLOW DETECTED",output); in testPocCVE_2017_13253()
44 assertNotMatchesMultiLine("Zip: missed a central dir sig", logcatOut); in testPocCVE_2017_0647()
41 assertNotMatchesMultiLine("Broadcast completed", result); in testPocCVE_2018_5884()
38 assertNotMatchesMultiLine("IGraphicBufferProducer_Info is Leaked", logcat); in testPocCVE_2016_2460()
37 assertNotMatchesMultiLine("IOMX_InfoLeak b26323455", logcat); in testPocCVE_2016_2419()
37 assertNotMatchesMultiLine("Bugreports file in wrong path", logcatOut); in testPocCVE_2017_0426()
58 assertNotMatchesMultiLine("OVERWRITE", out); in testPocCVE_2016_10229()
38 assertNotMatchesMultiLine("fail: encountered same random values!", logcat); in testPocCVE_2012_6702()
124 public void assertNotMatchesMultiLine(String pattern, String input) throws Exception { in assertNotMatchesMultiLine() method in SecurityTestCase