Searched refs:methodCallExpr (Results 1 – 2 of 2) sorted by relevance
264 MethodCallExpr methodCallExpr = (MethodCallExpr) in testMethodData() local266 assertThat(methodCallExpr.getName().toString()).isEqualTo("w"); in testMethodData()274 methodCallExpr = (MethodCallExpr) in testMethodData()276 assertThat(methodCallExpr.getName().toString()).isEqualTo("w"); in testMethodData()
186 MethodCallExpr methodCallExpr = (MethodCallExpr) in checkAssertPlatformVersionAtLeast() local192 if (!methodCallExpr.getName().asString().contains( in checkAssertPlatformVersionAtLeast()