buildCheckOptionsForTest method

  1. @visibleForTesting
List<InternetCheckOption> buildCheckOptionsForTest(
  1. String primaryUrl
)

Test-only seam (BEH-12): build the check-option list so the responseStatusFn table (BEH-7) can be asserted directly.

Implementation

@visibleForTesting
List<InternetCheckOption> buildCheckOptionsForTest(String primaryUrl) =>
    _buildCheckOptions(primaryUrl);