Searched defs:expectedDump (Results 1 – 3 of 3) sorted by relevance
62 type expectedDump struct { struct63 dump string64 file string65 line int116 func abitest(t *testing.T, ft *types.Type, exp expectedDump) {
138 String expectedDump = dump(pw -> appContext.dump(pw, /* args= */ null)); in testDump_appContextSingletonSet_customApplicationContext() local174 String expectedDump = "The Bug is on the Table"; in testDump_includesDebugFlagsDump() local184 String expectedDump = "I flag, therefore I am!"; in testDump_includesFlagsDump() local195 String expectedDump = "Slow ride, take it easy!"; in testDump_includesThrottlerDump() local205 String expectedDump = "As you wish!"; in testDump_includesConsentManagerDump() local
208 .forEach { (dump, expectedDump) -> in verifyDump() method