|
|
@@ -1,32 +1,30 @@ |
|
|
|
#include <iostream> |
|
|
|
#include <string> |
|
|
|
#include <vector> |
|
|
|
#include "cli_test.h" |
|
|
|
#include "cli_Context.h" |
|
|
|
#include "memory_test.h" |
|
|
|
#include "main.h" |
|
|
|
#include "memory_Context.h" |
|
|
|
#include "shell.h" |
|
|
|
|
|
|
|
int main() { |
|
|
|
std::cout |
|
|
|
<< memory_test_generateConstPlayfield() |
|
|
|
<< memory_test_detectMismatchedItems() |
|
|
|
<< std::endl |
|
|
|
<< memory_test_selectItem_1x() |
|
|
|
<< memory_test_detectMismatchedItems_itemTwice() |
|
|
|
<< std::endl |
|
|
|
<< memory_test_selectItem_2x() |
|
|
|
<< memory_test_detectVictory() |
|
|
|
<< std::endl |
|
|
|
<< memory_test_selectItem_3x() |
|
|
|
<< memory_test_generateConstPlayfield() |
|
|
|
<< std::endl |
|
|
|
<< memory_test_shouldDeselectMismatchedItems() |
|
|
|
<< memory_test_hideMatchingItems() |
|
|
|
<< std::endl |
|
|
|
<< memory_test_shouldDeselectMismatchedItems_itemTwice() |
|
|
|
<< memory_test_selectItem_1x() |
|
|
|
<< std::endl |
|
|
|
<< memory_test_shouldDetectVictory() |
|
|
|
<< memory_test_selectItem_2x() |
|
|
|
<< std::endl |
|
|
|
<< memory_test_shouldHideMatchingItems() |
|
|
|
<< memory_test_selectItem_3x() |
|
|
|
<< std::endl |
|
|
|
; |
|
|
|
|
|
|
|
/* |
|
|
|
std::cout |
|
|
|
<< cli_test_greetUser() |
|
|
|
<< std::endl |
|
|
@@ -51,4 +49,5 @@ int main() { |
|
|
|
} |
|
|
|
std::cout << c.output << std::endl; |
|
|
|
} |
|
|
|
*/ |
|
|
|
} |