From dad0080d0ef26da3bbef18dc3a6a55c3aa8256ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Sat, 6 Apr 2024 11:20:35 -0700 Subject: [PATCH] CLIRenderer@testbox-cli to CLIRenderer@testbox-cli --- exercises/practice/acronym/TestRunner.cfc | 2 +- exercises/practice/all-your-base/TestRunner.cfc | 2 +- exercises/practice/allergies/TestRunner.cfc | 2 +- exercises/practice/anagram/TestRunner.cfc | 2 +- exercises/practice/atbash-cipher/TestRunner.cfc | 2 +- exercises/practice/binary-search/TestRunner.cfc | 2 +- exercises/practice/bob/TestRunner.cfc | 2 +- exercises/practice/circular-buffer/TestRunner.cfc | 2 +- exercises/practice/darts/TestRunner.cfc | 2 +- exercises/practice/diamond/TestRunner.cfc | 2 +- exercises/practice/difference-of-squares/TestRunner.cfc | 2 +- exercises/practice/dnd-character/TestRunner.cfc | 2 +- exercises/practice/eliuds-eggs/TestRunner.cfc | 2 +- exercises/practice/etl/TestRunner.cfc | 2 +- exercises/practice/flatten-array/TestRunner.cfc | 2 +- exercises/practice/gigasecond/TestRunner.cfc | 2 +- exercises/practice/grains/TestRunner.cfc | 2 +- exercises/practice/hamming/TestRunner.cfc | 2 +- exercises/practice/hello-world/TestRunner.cfc | 2 +- exercises/practice/isogram/TestRunner.cfc | 2 +- exercises/practice/largest-series-product/TestRunner.cfc | 2 +- exercises/practice/leap/TestRunner.cfc | 2 +- exercises/practice/list-ops/TestRunner.cfc | 2 +- exercises/practice/luhn/TestRunner.cfc | 2 +- exercises/practice/markdown/TestRunner.cfc | 2 +- exercises/practice/nth-prime/TestRunner.cfc | 2 +- exercises/practice/nucleotide-count/TestRunner.cfc | 2 +- exercises/practice/pangram/TestRunner.cfc | 2 +- exercises/practice/perfect-numbers/TestRunner.cfc | 2 +- exercises/practice/pig-latin/TestRunner.cfc | 2 +- exercises/practice/protein-translation/TestRunner.cfc | 2 +- exercises/practice/queen-attack/TestRunner.cfc | 2 +- exercises/practice/raindrops/TestRunner.cfc | 2 +- exercises/practice/resistor-color-duo/TestRunner.cfc | 2 +- exercises/practice/resistor-color/TestRunner.cfc | 2 +- exercises/practice/reverse-string/TestRunner.cfc | 2 +- exercises/practice/rna-transcription/TestRunner.cfc | 2 +- exercises/practice/robot-simulator/TestRunner.cfc | 2 +- exercises/practice/roman-numerals/TestRunner.cfc | 2 +- exercises/practice/run-length-encoding/TestRunner.cfc | 2 +- exercises/practice/saddle-points/TestRunner.cfc | 2 +- exercises/practice/scrabble-score/TestRunner.cfc | 2 +- exercises/practice/secret-handshake/TestRunner.cfc | 2 +- exercises/practice/space-age/TestRunner.cfc | 2 +- exercises/practice/square-root/TestRunner.cfc | 2 +- exercises/practice/strain/TestRunner.cfc | 2 +- exercises/practice/sum-of-multiples/TestRunner.cfc | 2 +- exercises/practice/triangle/TestRunner.cfc | 2 +- exercises/practice/two-fer/TestRunner.cfc | 2 +- exercises/practice/word-count/TestRunner.cfc | 2 +- tasks/exercise_template/TestRunner.cfc | 2 +- 51 files changed, 51 insertions(+), 51 deletions(-) diff --git a/exercises/practice/acronym/TestRunner.cfc b/exercises/practice/acronym/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/acronym/TestRunner.cfc +++ b/exercises/practice/acronym/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/all-your-base/TestRunner.cfc b/exercises/practice/all-your-base/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/all-your-base/TestRunner.cfc +++ b/exercises/practice/all-your-base/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/allergies/TestRunner.cfc b/exercises/practice/allergies/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/allergies/TestRunner.cfc +++ b/exercises/practice/allergies/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/anagram/TestRunner.cfc b/exercises/practice/anagram/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/anagram/TestRunner.cfc +++ b/exercises/practice/anagram/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/atbash-cipher/TestRunner.cfc b/exercises/practice/atbash-cipher/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/atbash-cipher/TestRunner.cfc +++ b/exercises/practice/atbash-cipher/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/binary-search/TestRunner.cfc b/exercises/practice/binary-search/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/binary-search/TestRunner.cfc +++ b/exercises/practice/binary-search/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/bob/TestRunner.cfc b/exercises/practice/bob/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/bob/TestRunner.cfc +++ b/exercises/practice/bob/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/circular-buffer/TestRunner.cfc b/exercises/practice/circular-buffer/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/circular-buffer/TestRunner.cfc +++ b/exercises/practice/circular-buffer/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/darts/TestRunner.cfc b/exercises/practice/darts/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/darts/TestRunner.cfc +++ b/exercises/practice/darts/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/diamond/TestRunner.cfc b/exercises/practice/diamond/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/diamond/TestRunner.cfc +++ b/exercises/practice/diamond/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/difference-of-squares/TestRunner.cfc b/exercises/practice/difference-of-squares/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/difference-of-squares/TestRunner.cfc +++ b/exercises/practice/difference-of-squares/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/dnd-character/TestRunner.cfc b/exercises/practice/dnd-character/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/dnd-character/TestRunner.cfc +++ b/exercises/practice/dnd-character/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/eliuds-eggs/TestRunner.cfc b/exercises/practice/eliuds-eggs/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/eliuds-eggs/TestRunner.cfc +++ b/exercises/practice/eliuds-eggs/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/etl/TestRunner.cfc b/exercises/practice/etl/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/etl/TestRunner.cfc +++ b/exercises/practice/etl/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/flatten-array/TestRunner.cfc b/exercises/practice/flatten-array/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/flatten-array/TestRunner.cfc +++ b/exercises/practice/flatten-array/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/gigasecond/TestRunner.cfc b/exercises/practice/gigasecond/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/gigasecond/TestRunner.cfc +++ b/exercises/practice/gigasecond/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/grains/TestRunner.cfc b/exercises/practice/grains/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/grains/TestRunner.cfc +++ b/exercises/practice/grains/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/hamming/TestRunner.cfc b/exercises/practice/hamming/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/hamming/TestRunner.cfc +++ b/exercises/practice/hamming/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/hello-world/TestRunner.cfc b/exercises/practice/hello-world/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/hello-world/TestRunner.cfc +++ b/exercises/practice/hello-world/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/isogram/TestRunner.cfc b/exercises/practice/isogram/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/isogram/TestRunner.cfc +++ b/exercises/practice/isogram/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/largest-series-product/TestRunner.cfc b/exercises/practice/largest-series-product/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/largest-series-product/TestRunner.cfc +++ b/exercises/practice/largest-series-product/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/leap/TestRunner.cfc b/exercises/practice/leap/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/leap/TestRunner.cfc +++ b/exercises/practice/leap/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/list-ops/TestRunner.cfc b/exercises/practice/list-ops/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/list-ops/TestRunner.cfc +++ b/exercises/practice/list-ops/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/luhn/TestRunner.cfc b/exercises/practice/luhn/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/luhn/TestRunner.cfc +++ b/exercises/practice/luhn/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/markdown/TestRunner.cfc b/exercises/practice/markdown/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/markdown/TestRunner.cfc +++ b/exercises/practice/markdown/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/nth-prime/TestRunner.cfc b/exercises/practice/nth-prime/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/nth-prime/TestRunner.cfc +++ b/exercises/practice/nth-prime/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/nucleotide-count/TestRunner.cfc b/exercises/practice/nucleotide-count/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/nucleotide-count/TestRunner.cfc +++ b/exercises/practice/nucleotide-count/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/pangram/TestRunner.cfc b/exercises/practice/pangram/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/pangram/TestRunner.cfc +++ b/exercises/practice/pangram/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/perfect-numbers/TestRunner.cfc b/exercises/practice/perfect-numbers/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/perfect-numbers/TestRunner.cfc +++ b/exercises/practice/perfect-numbers/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/pig-latin/TestRunner.cfc b/exercises/practice/pig-latin/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/pig-latin/TestRunner.cfc +++ b/exercises/practice/pig-latin/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/protein-translation/TestRunner.cfc b/exercises/practice/protein-translation/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/protein-translation/TestRunner.cfc +++ b/exercises/practice/protein-translation/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/queen-attack/TestRunner.cfc b/exercises/practice/queen-attack/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/queen-attack/TestRunner.cfc +++ b/exercises/practice/queen-attack/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/raindrops/TestRunner.cfc b/exercises/practice/raindrops/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/raindrops/TestRunner.cfc +++ b/exercises/practice/raindrops/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/resistor-color-duo/TestRunner.cfc b/exercises/practice/resistor-color-duo/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/resistor-color-duo/TestRunner.cfc +++ b/exercises/practice/resistor-color-duo/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/resistor-color/TestRunner.cfc b/exercises/practice/resistor-color/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/resistor-color/TestRunner.cfc +++ b/exercises/practice/resistor-color/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/reverse-string/TestRunner.cfc b/exercises/practice/reverse-string/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/reverse-string/TestRunner.cfc +++ b/exercises/practice/reverse-string/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/rna-transcription/TestRunner.cfc b/exercises/practice/rna-transcription/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/rna-transcription/TestRunner.cfc +++ b/exercises/practice/rna-transcription/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/robot-simulator/TestRunner.cfc b/exercises/practice/robot-simulator/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/robot-simulator/TestRunner.cfc +++ b/exercises/practice/robot-simulator/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/roman-numerals/TestRunner.cfc b/exercises/practice/roman-numerals/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/roman-numerals/TestRunner.cfc +++ b/exercises/practice/roman-numerals/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/run-length-encoding/TestRunner.cfc b/exercises/practice/run-length-encoding/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/run-length-encoding/TestRunner.cfc +++ b/exercises/practice/run-length-encoding/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/saddle-points/TestRunner.cfc b/exercises/practice/saddle-points/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/saddle-points/TestRunner.cfc +++ b/exercises/practice/saddle-points/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/scrabble-score/TestRunner.cfc b/exercises/practice/scrabble-score/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/scrabble-score/TestRunner.cfc +++ b/exercises/practice/scrabble-score/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/secret-handshake/TestRunner.cfc b/exercises/practice/secret-handshake/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/secret-handshake/TestRunner.cfc +++ b/exercises/practice/secret-handshake/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/space-age/TestRunner.cfc b/exercises/practice/space-age/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/space-age/TestRunner.cfc +++ b/exercises/practice/space-age/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/square-root/TestRunner.cfc b/exercises/practice/square-root/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/square-root/TestRunner.cfc +++ b/exercises/practice/square-root/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/strain/TestRunner.cfc b/exercises/practice/strain/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/strain/TestRunner.cfc +++ b/exercises/practice/strain/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/sum-of-multiples/TestRunner.cfc b/exercises/practice/sum-of-multiples/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/sum-of-multiples/TestRunner.cfc +++ b/exercises/practice/sum-of-multiples/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/triangle/TestRunner.cfc b/exercises/practice/triangle/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/triangle/TestRunner.cfc +++ b/exercises/practice/triangle/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/two-fer/TestRunner.cfc b/exercises/practice/two-fer/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/two-fer/TestRunner.cfc +++ b/exercises/practice/two-fer/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/exercises/practice/word-count/TestRunner.cfc b/exercises/practice/word-count/TestRunner.cfc index 762b153..c870f90 100644 --- a/exercises/practice/word-count/TestRunner.cfc +++ b/exercises/practice/word-count/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole(); diff --git a/tasks/exercise_template/TestRunner.cfc b/tasks/exercise_template/TestRunner.cfc index 762b153..c870f90 100644 --- a/tasks/exercise_template/TestRunner.cfc +++ b/tasks/exercise_template/TestRunner.cfc @@ -88,7 +88,7 @@ component { .getMemento(); // Print out the results with ANSI formatting for the CLI - getInstance( 'CLIRenderer@testbox-commands' ) + getInstance( 'CLIRenderer@testbox-cli' ) .render( print, testData, true ); print.toConsole();