assertEquals(new ImmutableMap.Builder<String,String>().put(STR0,projectFilesystem.resolve(BuildTargets.getGenPath(projectFilesystem,apkTarget,STR1)).toString()).put(STR2,expectedApkOutput).build(),environmentVariables); | assertEquals(new ImmutableMap.Builder<String,String>().put(STR0,projectFilesystem.resolve(BuildTargets.getGenPath(projectFilesystem,apkTarget,STR1)).toString()).put(STR2,expectedApkOutput.toString()).build(),environmentVariables); | new ImmutableMap.Builder<String,String>().put(STR0,projectFilesystem.resolve(BuildTargets.getGenPath(projectFilesystem,apkTarget,STR1)).toString()).put(STR2,expectedApkOutput).build() | new ImmutableMap.Builder<String,String>().put(STR0,projectFilesystem.resolve(BuildTargets.getGenPath(projectFilesystem,apkTarget,STR1)).toString()).put(STR2,expectedApkOutput.toString()).build() | buck | a191153c6438ac816284d022daf7794587296f36 | com.facebook.buck.android.ApkGenruleTest | | _1 | expectedApkOutput |
---|
_2 | expectedApkOutput |
---|
| TCIVar | expectedApkOutput |
---|
v0 | projectFilesystem.resolve(BuildTargets.getGenPath(projectFilesystem,apkTarget,STR1)).toString() |
---|
v1 | STR0 |
---|
v2 | STR2 |
---|
v4 | new ImmutableMap.Builder<String,String>() |
---|
| | TCIVar | expectedApkOutput |
---|
v0 | projectFilesystem.resolve(BuildTargets.getGenPath(projectFilesystem,apkTarget,STR1)).toString() |
---|
v1 | STR0 |
---|
v2 | STR2 |
---|
v4 | new ImmutableMap.Builder<String,String>() |
---|
| Uses | True |