From 30fa23f627fb1299a6fae9a91242a519a8f845cc Mon Sep 17 00:00:00 2001 From: Fernando Martin Garcia Del Angel Date: Mon, 17 Feb 2020 16:35:49 -0600 Subject: [PATCH 1/6] Created and populated Unit Tests for the eight queens algorithm Developed multiple tests for the eight queens algorithm. --- .idea/codeStyles/Project.xml | 116 ++++++++++++ .idea/eightQueens.iml | 15 ++ .idea/libraries/Dart_Packages.xml | 284 ++++++++++++++++++++++++++++ .idea/libraries/Dart_SDK.xml | 29 +++ .idea/libraries/Flutter_Plugins.xml | 7 - .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .idea/workspace.xml | 208 ++++++++++++++------ eight_queens/lib/queens.dart | 14 +- eight_queens/test/eight_test.dart | 66 +++++++ eight_queens/test/widget_test.dart | 32 ++-- 11 files changed, 702 insertions(+), 83 deletions(-) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/eightQueens.iml create mode 100644 .idea/libraries/Dart_Packages.xml create mode 100644 .idea/libraries/Dart_SDK.xml delete mode 100644 .idea/libraries/Flutter_Plugins.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 eight_queens/test/eight_test.dart diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..681f41a --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,116 @@ + + + + + + + +
+ + + + xmlns:android + + ^$ + + + +
+
+ + + + xmlns:.* + + ^$ + + + BY_NAME + +
+
+ + + + .*:id + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + .*:name + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + name + + ^$ + + + +
+
+ + + + style + + ^$ + + + +
+
+ + + + .* + + ^$ + + + BY_NAME + +
+
+ + + + .* + + http://schemas.android.com/apk/res/android + + + ANDROID_ATTRIBUTE_ORDER + +
+
+ + + + .* + + .* + + + BY_NAME + +
+
+
+
+
+
\ No newline at end of file diff --git a/.idea/eightQueens.iml b/.idea/eightQueens.iml new file mode 100644 index 0000000..de9fce8 --- /dev/null +++ b/.idea/eightQueens.iml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml new file mode 100644 index 0000000..dde9ac4 --- /dev/null +++ b/.idea/libraries/Dart_Packages.xml @@ -0,0 +1,284 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Dart_SDK.xml b/.idea/libraries/Dart_SDK.xml new file mode 100644 index 0000000..d802ea4 --- /dev/null +++ b/.idea/libraries/Dart_SDK.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Flutter_Plugins.xml b/.idea/libraries/Flutter_Plugins.xml deleted file mode 100644 index b0f6971..0000000 --- a/.idea/libraries/Flutter_Plugins.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..925731d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 22ffca4..cadd1a8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,9 +2,11 @@ + + - - + + - @@ -22,7 +23,7 @@ - + @@ -31,10 +32,23 @@ - - + + + + + + + + + + + + + + + @@ -43,29 +57,26 @@ - - + + - - + + - - + + - + - - - - - + + @@ -84,22 +95,29 @@ @@ -107,7 +125,6 @@ - @@ -137,6 +154,7 @@