mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Delete all Braintree code
We never launched this, don't planning on launching it now anyway, and it's rotted over the past two years anyway. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=202993577
This commit is contained in:
parent
7023b818b7
commit
32b3563126
67 changed files with 28 additions and 3352 deletions
|
@ -21,6 +21,7 @@ import static google.registry.testing.TestDataHelper.filePath;
|
|||
import static google.registry.testing.TestDataHelper.loadFile;
|
||||
|
||||
import com.google.common.base.Joiner;
|
||||
import com.google.common.flogger.FluentLogger;
|
||||
import google.registry.request.RouterDisplayHelper;
|
||||
|
||||
/**
|
||||
|
@ -29,6 +30,8 @@ import google.registry.request.RouterDisplayHelper;
|
|||
*/
|
||||
public class GoldenFileTestHelper {
|
||||
|
||||
private static final FluentLogger logger = FluentLogger.forEnclosingClass();
|
||||
|
||||
String actualValue = null;
|
||||
String nomulusCommand = null;
|
||||
String goldenFileDescription = null;
|
||||
|
@ -73,6 +76,7 @@ public class GoldenFileTestHelper {
|
|||
checkNotNull(context);
|
||||
checkNotNull(filename);
|
||||
if (!actualValue.equals(loadFile(context, filename).trim())) {
|
||||
logger.atWarning().log("Actual routing map was:\n\n%s", actualValue);
|
||||
assert_()
|
||||
.fail(
|
||||
String.format(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue