Skip to content

Commit

Permalink
CLIRenderer@testbox-cli to CLIRenderer@testbox-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras committed Apr 6, 2024
1 parent c61306b commit dad0080
Show file tree
Hide file tree
Showing 51 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion exercises/practice/acronym/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/all-your-base/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/allergies/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/anagram/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/atbash-cipher/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/binary-search/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/bob/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/circular-buffer/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/darts/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/diamond/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/difference-of-squares/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/dnd-character/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/eliuds-eggs/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/etl/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/flatten-array/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/gigasecond/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/grains/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/hamming/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/hello-world/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/isogram/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/largest-series-product/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/leap/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/list-ops/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/luhn/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/markdown/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/nth-prime/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/nucleotide-count/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/pangram/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/perfect-numbers/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/pig-latin/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/protein-translation/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/queen-attack/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/raindrops/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/resistor-color-duo/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/resistor-color/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/reverse-string/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/rna-transcription/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/robot-simulator/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/roman-numerals/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/run-length-encoding/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/saddle-points/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/scrabble-score/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/secret-handshake/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/space-age/TestRunner.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
Loading

0 comments on commit dad0080

Please sign in to comment.