The recipe Use Files#createTempDirectory, we are replacing assertTrue(dir.delete()) and assertTrue(dir.mkdir()) with assertTrue(true).
Expected behavior
I'm not sure exactly what the behavior should be, only that we should never end up with assertTrue(true). Maybe we could start by just having this call a doNext that removes any assertTrue(true)?
Problem
The recipe Use
Files#createTempDirectory
, we are replacingassertTrue(dir.delete())
andassertTrue(dir.mkdir())
withassertTrue(true)
.Expected behavior
I'm not sure exactly what the behavior should be, only that we should never end up with
assertTrue(true)
. Maybe we could start by just having this call a doNext that removes anyassertTrue(true)
?Example diff
Recipes in example diff:
References:
PBT9f
Files#createTempDirectory
"