From c8bc699f57a2cff3e42be905b9a0a9c20985143b Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 12:44:29 +0300 Subject: [PATCH 01/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 22 +++++++++++++++++++ .../20151008122011486/besouroEpisodes.txt | 0 .besouro/20151008122011486/disagreements.txt | 0 .../randomHeuristicEpisodes.txt | 0 .besouro/20151008122011486/userComments.txt | 0 .besouro/20151008122011486/zorroEpisodes.txt | 0 .../unioulu/tol/sqatlab/gameoflife/Grid.java | 5 +++++ 7 files changed, 27 insertions(+) create mode 100644 .besouro/20151008122011486/actions.txt create mode 100644 .besouro/20151008122011486/besouroEpisodes.txt create mode 100644 .besouro/20151008122011486/disagreements.txt create mode 100644 .besouro/20151008122011486/randomHeuristicEpisodes.txt create mode 100644 .besouro/20151008122011486/userComments.txt create mode 100644 .besouro/20151008122011486/zorroEpisodes.txt diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt new file mode 100644 index 0000000..283d7c4 --- /dev/null +++ b/.besouro/20151008122011486/actions.txt @@ -0,0 +1,22 @@ +FileOpenedAction 1444296011755 Cell.java 68 0 0 0 +FileOpenedAction 1444296030153 TestCell.java 200 1 1 0 +RefactoringAction 1444296058177 TestCell.java RENAME test()=>void testLiveCellWithNO() METHOD +RefactoringAction 1444296059695 TestCell.java RENAME testLiveCellWithNO()=>void testLiveCellWithNoNei() METHOD +RefactoringAction 1444296060710 TestCell.java RENAME testLiveCellWithNoNei()=>void testLiveCellWithNoNeigbh() METHOD +RefactoringAction 1444296061725 TestCell.java RENAME testLiveCellWithNoNeigbh()=>void testLiveCellWithNoNei() METHOD +RefactoringAction 1444296063239 TestCell.java RENAME testLiveCellWithNoNei()=>void testLiveCellWithNoNeighbours() METHOD +RefactoringAction 1444296066255 TestCell.java RENAME testLiveCellWithNoNeighbours()=>void testLiveCellWithNoNeighbo() METHOD +RefactoringAction 1444296067269 TestCell.java RENAME testLiveCellWithNoNeighbo()=>void testLiveCellWithNoNeighbor() METHOD +RefactoringAction 1444296068782 TestCell.java RENAME testLiveCellWithNoNeighbor()=>void testLiveCellWithNoNeighborDies() METHOD +FileOpenedAction 1444296264689 Grid.java 68 0 0 0 +FileOpenedAction 1444296275697 TestGrid.java 199 1 1 0 +RefactoringAction 1444296288699 TestGrid.java RENAME test()=>void testIsGrid() METHOD +RefactoringAction 1444296298211 TestGrid.java RENAME testIsGrid()=>void testIsGridSameAmountColumsAndRows() METHOD +RefactoringAction 1444296710412 Grid.java ADD int FIELD +RefactoringAction 1444296712920 Grid.java RENAME grid=>int FIELD +RefactoringAction 1444296718932 Grid.java REMOVE array FIELD +RefactoringAction 1444296719938 Grid.java ADD int FIELD +RefactoringAction 1444296976097 Grid.java ADD int gridSize FIELD +RefactoringAction 1444296987128 Grid.java REMOVE array FIELD +RefactoringAction 1444297139798 Grid.java ADD int FIELD +EditAction 1444297469680 Grid.java 156 0 0 0 diff --git a/.besouro/20151008122011486/besouroEpisodes.txt b/.besouro/20151008122011486/besouroEpisodes.txt new file mode 100644 index 0000000..e69de29 diff --git a/.besouro/20151008122011486/disagreements.txt b/.besouro/20151008122011486/disagreements.txt new file mode 100644 index 0000000..e69de29 diff --git a/.besouro/20151008122011486/randomHeuristicEpisodes.txt b/.besouro/20151008122011486/randomHeuristicEpisodes.txt new file mode 100644 index 0000000..e69de29 diff --git a/.besouro/20151008122011486/userComments.txt b/.besouro/20151008122011486/userComments.txt new file mode 100644 index 0000000..e69de29 diff --git a/.besouro/20151008122011486/zorroEpisodes.txt b/.besouro/20151008122011486/zorroEpisodes.txt new file mode 100644 index 0000000..e69de29 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java b/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java index 19dbf0b..a3dd29d 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java @@ -1,5 +1,10 @@ package org.unioulu.tol.sqatlab.gameoflife; public class Grid { + //GRID X * Y + int gridSize=8; + + public int[][]array = new int [gridSize][gridSize]; } + From e0b3e07aaaff81f77e468ffd7e201c6172606fed Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 12:50:46 +0300 Subject: [PATCH 02/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 7 +++++++ .../unioulu/tol/sqatlab/gameoflife/test/TestGrid.java | 9 +++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index 283d7c4..88a7e66 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -20,3 +20,10 @@ RefactoringAction 1444296976097 Grid.java ADD int gridSize FIELD RefactoringAction 1444296987128 Grid.java REMOVE array FIELD RefactoringAction 1444297139798 Grid.java ADD int FIELD EditAction 1444297469680 Grid.java 156 0 0 0 +RefactoringAction 1444297564276 Grid.java ADD void get FIELD +RefactoringAction 1444297572498 Grid.java REMOVE get FIELD +RefactoringAction 1444297607071 Grid.java RENAME getArray=>int getArray() METHOD +RefactoringAction 1444297724789 TestGrid.java ADD import org.unioulu.tol.sqatlab.gameoflife.Grid IMPORT +RefactoringAction 1444297728989 TestGrid.java REMOVE import org.unioulu.tol.sqatlab.gameoflife.Grid IMPORT +RefactoringAction 1444297835897 TestGrid.java ADD import org.unioulu.tol.sqatlab.gameoflife.Grid IMPORT +EditAction 1444297845996 TestGrid.java 360 1 1 1 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java index 9614d55..622c987 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java @@ -2,12 +2,17 @@ import static org.junit.Assert.*; import org.junit.Test; +import org.unioulu.tol.sqatlab.gameoflife.Grid; public class TestGrid { @Test - public void test() { - fail("Not yet implemented"); + public void testIsGridSameAmountColumsAndRows() { + //getRows x GetColumns == getRows x GetRows + //int a= array.length(); + assertEquals(8,Grid.getArray()); + + } } From 1c89e75aaaf6887856e63e57a72181e8a6907e92 Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 12:51:21 +0300 Subject: [PATCH 03/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 3 +++ src/org/unioulu/tol/sqatlab/gameoflife/Grid.java | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index 88a7e66..0b3f129 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -27,3 +27,6 @@ RefactoringAction 1444297724789 TestGrid.java ADD import org.unioulu.tol.sqatlab RefactoringAction 1444297728989 TestGrid.java REMOVE import org.unioulu.tol.sqatlab.gameoflife.Grid IMPORT RefactoringAction 1444297835897 TestGrid.java ADD import org.unioulu.tol.sqatlab.gameoflife.Grid IMPORT EditAction 1444297845996 TestGrid.java 360 1 1 1 +CompilationAction 1444297846244 TestGrid.java +RefactoringAction 1444297850076 TestGrid.java REMOVE import org.unioulu.tol.sqatlab.gameoflife.Grid IMPORT +EditAction 1444297881286 Grid.java 225 1 2 0 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java b/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java index a3dd29d..03c0954 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java @@ -6,5 +6,13 @@ public class Grid { public int[][]array = new int [gridSize][gridSize]; + + + + public int getArray(){ + int a= array.length; + return a; + } + } From 64ef23c7cbe0e340bbed03d0e6487b47ee4d50cf Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 12:55:32 +0300 Subject: [PATCH 04/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 6 ++++++ src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index 0b3f129..ee86854 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -30,3 +30,9 @@ EditAction 1444297845996 TestGrid.java 360 1 1 1 CompilationAction 1444297846244 TestGrid.java RefactoringAction 1444297850076 TestGrid.java REMOVE import org.unioulu.tol.sqatlab.gameoflife.Grid IMPORT EditAction 1444297881286 Grid.java 225 1 2 0 +CompilationAction 1444297881564 TestGrid.java +RefactoringAction 1444298039327 TestGrid.java ADD import org.unioulu.tol.sqatlab.gameoflife.Grid IMPORT +RefactoringAction 1444298075538 TestGrid.java ADD import grid.java IMPORT +RefactoringAction 1444298080052 TestGrid.java RENAME import grid.java=>import Grid.java IMPORT +RefactoringAction 1444298089076 TestGrid.java REMOVE import Grid.java IMPORT +EditAction 1444298132063 TestGrid.java 365 1 1 1 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java index 622c987..b6924d2 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java @@ -4,13 +4,15 @@ import org.junit.Test; import org.unioulu.tol.sqatlab.gameoflife.Grid; + public class TestGrid { @Test public void testIsGridSameAmountColumsAndRows() { //getRows x GetColumns == getRows x GetRows //int a= array.length(); - assertEquals(8,Grid.getArray()); + + assertEquals(8,grid.getArray()); } From 820a68e2b5290e71c4929eb65cf6fff49b8d5893 Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 12:58:46 +0300 Subject: [PATCH 05/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 4 ++++ src/org/unioulu/tol/sqatlab/gameoflife/test/TestCell.java | 7 +++++-- src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java | 3 +-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index ee86854..a12d853 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -36,3 +36,7 @@ RefactoringAction 1444298075538 TestGrid.java ADD import grid.java IMPORT RefactoringAction 1444298080052 TestGrid.java RENAME import grid.java=>import Grid.java IMPORT RefactoringAction 1444298089076 TestGrid.java REMOVE import Grid.java IMPORT EditAction 1444298132063 TestGrid.java 365 1 1 1 +CompilationAction 1444298132269 TestGrid.java +CompilationAction 1444298318452 TestGrid.java +CompilationAction 1444298318613 TestGrid.java +EditAction 1444298326622 TestCell.java 318 1 0 0 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestCell.java b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestCell.java index d8de09e..6f42e89 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestCell.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestCell.java @@ -7,8 +7,11 @@ public class TestCell { @Test - public void test() { - fail("Not yet implemented"); + public void testLiveCellWithNoNeighborDies() { + Cell cell = new Cell("Alive"); + cell.update(0) + assertEquals.("Dead",cell.getState()) + //fail("Not yet implemented"); } } diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java index b6924d2..859e6c1 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java @@ -11,8 +11,7 @@ public class TestGrid { public void testIsGridSameAmountColumsAndRows() { //getRows x GetColumns == getRows x GetRows //int a= array.length(); - - assertEquals(8,grid.getArray()); + assertEquals(8,Grid.getArray()); } From 0ddc08ff077e901e5d1c6df4a34caf342df9a6fc Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 12:58:46 +0300 Subject: [PATCH 06/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 1 + src/org/unioulu/tol/sqatlab/gameoflife/Grid.java | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index a12d853..68a0651 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -40,3 +40,4 @@ CompilationAction 1444298132269 TestGrid.java CompilationAction 1444298318452 TestGrid.java CompilationAction 1444298318613 TestGrid.java EditAction 1444298326622 TestCell.java 318 1 0 0 +EditAction 1444298326702 Grid.java 246 1 2 0 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java b/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java index 03c0954..38e46bf 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java @@ -2,16 +2,16 @@ public class Grid { //GRID X * Y - int gridSize=8; + static int gridSize=8; - public int[][]array = new int [gridSize][gridSize]; + public static int[][]array = new int [gridSize][gridSize]; - public int getArray(){ - int a= array.length; - return a; +public static int getArray(){ + int a = array.length; + return a; } } From e53638271db9a0aae5944c717b8a32876fbe004e Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 12:59:33 +0300 Subject: [PATCH 07/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 9 +++++++++ .besouro/20151008122011486/besouroEpisodes.txt | 7 +++++++ .besouro/20151008122011486/randomHeuristicEpisodes.txt | 1 + .besouro/20151008122011486/zorroEpisodes.txt | 1 + .../unioulu/tol/sqatlab/gameoflife/test/TestGrid.java | 2 +- 5 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index 68a0651..b9d9a8b 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -41,3 +41,12 @@ CompilationAction 1444298318452 TestGrid.java CompilationAction 1444298318613 TestGrid.java EditAction 1444298326622 TestCell.java 318 1 0 0 EditAction 1444298326702 Grid.java 246 1 2 0 +CompilationAction 1444298326845 TestCell.java +CompilationAction 1444298326845 TestCell.java +CompilationAction 1444298326845 TestCell.java +CompilationAction 1444298326846 TestCell.java +CompilationAction 1444298326846 TestCell.java +CompilationAction 1444298326846 TestCell.java +UnitTestCaseAction 1444298329560 TestGrid.java OK +UnitTestSessionAction 1444298329562 TestGrid OK +EditAction 1444298373172 TestGrid.java 362 1 1 1 diff --git a/.besouro/20151008122011486/besouroEpisodes.txt b/.besouro/20151008122011486/besouroEpisodes.txt index e69de29..b7889c5 100644 --- a/.besouro/20151008122011486/besouroEpisodes.txt +++ b/.besouro/20151008122011486/besouroEpisodes.txt @@ -0,0 +1,7 @@ +1444298329562 test-first 2 2317 true +1444298329563 test-first 2 2317 true +1444298329564 test-first 2 2317 true +1444298329565 test-first 2 2317 true +1444298329566 test-first 2 2317 true +1444298329567 test-first 2 2317 true +1444298329568 test-last 1 2317 false diff --git a/.besouro/20151008122011486/randomHeuristicEpisodes.txt b/.besouro/20151008122011486/randomHeuristicEpisodes.txt index e69de29..7839966 100644 --- a/.besouro/20151008122011486/randomHeuristicEpisodes.txt +++ b/.besouro/20151008122011486/randomHeuristicEpisodes.txt @@ -0,0 +1 @@ +1444298329562 test-first 2 2317 true diff --git a/.besouro/20151008122011486/zorroEpisodes.txt b/.besouro/20151008122011486/zorroEpisodes.txt index e69de29..7839966 100644 --- a/.besouro/20151008122011486/zorroEpisodes.txt +++ b/.besouro/20151008122011486/zorroEpisodes.txt @@ -0,0 +1 @@ +1444298329562 test-first 2 2317 true diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java index 859e6c1..eeb3761 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java @@ -11,7 +11,7 @@ public class TestGrid { public void testIsGridSameAmountColumsAndRows() { //getRows x GetColumns == getRows x GetRows //int a= array.length(); - assertEquals(8,Grid.getArray()); + assertEquals(9,Grid.getArray()); } From a5efd85e2f6c8dbfa262e3d9ed53d3b23f2064cf Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 12:59:44 +0300 Subject: [PATCH 08/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 3 +++ src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index b9d9a8b..fbfb95f 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -50,3 +50,6 @@ CompilationAction 1444298326846 TestCell.java UnitTestCaseAction 1444298329560 TestGrid.java OK UnitTestSessionAction 1444298329562 TestGrid OK EditAction 1444298373172 TestGrid.java 362 1 1 1 +UnitTestCaseAction 1444298376919 TestGrid.java FAIL +UnitTestSessionAction 1444298376919 TestGrid FAIL +EditAction 1444298384228 TestGrid.java 362 1 1 1 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java index eeb3761..859e6c1 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java @@ -11,7 +11,7 @@ public class TestGrid { public void testIsGridSameAmountColumsAndRows() { //getRows x GetColumns == getRows x GetRows //int a= array.length(); - assertEquals(9,Grid.getArray()); + assertEquals(8,Grid.getArray()); } From 30dcfbd191ca5222e6d9398b0d2e69f106eb68eb Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 13:16:13 +0300 Subject: [PATCH 09/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 7 +++++++ .besouro/20151008122011486/besouroEpisodes.txt | 1 + .besouro/20151008122011486/randomHeuristicEpisodes.txt | 1 + .besouro/20151008122011486/zorroEpisodes.txt | 1 + src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java | 8 +++++++- 5 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index fbfb95f..f74ca95 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -53,3 +53,10 @@ EditAction 1444298373172 TestGrid.java 362 1 1 1 UnitTestCaseAction 1444298376919 TestGrid.java FAIL UnitTestSessionAction 1444298376919 TestGrid FAIL EditAction 1444298384228 TestGrid.java 362 1 1 1 +UnitTestCaseAction 1444298384516 TestGrid.java OK +UnitTestSessionAction 1444298384517 TestGrid OK +RefactoringAction 1444298783395 Cell.java ADD string CellStatus FIELD +RefactoringAction 1444299313782 TestGrid.java ADD void testDoesArra FIELD +RefactoringAction 1444299317296 TestGrid.java RENAME testDoesArra=>void testDoesArrayOnlyInclude FIELD +RefactoringAction 1444299324861 TestGrid.java ADD void Marks() METHOD +EditAction 1444299373837 TestGrid.java 446 2 1 1 diff --git a/.besouro/20151008122011486/besouroEpisodes.txt b/.besouro/20151008122011486/besouroEpisodes.txt index b7889c5..5542020 100644 --- a/.besouro/20151008122011486/besouroEpisodes.txt +++ b/.besouro/20151008122011486/besouroEpisodes.txt @@ -5,3 +5,4 @@ 1444298329566 test-first 2 2317 true 1444298329567 test-first 2 2317 true 1444298329568 test-last 1 2317 false +1444298384517 regression 2 11 true diff --git a/.besouro/20151008122011486/randomHeuristicEpisodes.txt b/.besouro/20151008122011486/randomHeuristicEpisodes.txt index 7839966..e558f3e 100644 --- a/.besouro/20151008122011486/randomHeuristicEpisodes.txt +++ b/.besouro/20151008122011486/randomHeuristicEpisodes.txt @@ -1 +1,2 @@ 1444298329562 test-first 2 2317 true +1444298384517 regression 2 11 false diff --git a/.besouro/20151008122011486/zorroEpisodes.txt b/.besouro/20151008122011486/zorroEpisodes.txt index 7839966..399b2dd 100644 --- a/.besouro/20151008122011486/zorroEpisodes.txt +++ b/.besouro/20151008122011486/zorroEpisodes.txt @@ -1 +1,2 @@ 1444298329562 test-first 2 2317 true +1444298384517 regression 2 54 true diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java index 859e6c1..b1996ff 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java @@ -10,10 +10,16 @@ public class TestGrid { @Test public void testIsGridSameAmountColumsAndRows() { //getRows x GetColumns == getRows x GetRows - //int a= array.length(); + //compares 8 to set gridSize in Grid.java assertEquals(8,Grid.getArray()); + } + + @Test + public void testDoesArrayOnlyInclude*or-Marks(){ + + } } From 089cee13fef5a7f09b40c28ccbd1b8657ccb1d6e Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 13:17:43 +0300 Subject: [PATCH 10/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 11 +++++++++++ src/org/unioulu/tol/sqatlab/gameoflife/Cell.java | 3 +++ .../unioulu/tol/sqatlab/gameoflife/test/TestGrid.java | 5 ++++- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index f74ca95..aae83a4 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -60,3 +60,14 @@ RefactoringAction 1444299313782 TestGrid.java ADD void testDoesArra FIELD RefactoringAction 1444299317296 TestGrid.java RENAME testDoesArra=>void testDoesArrayOnlyInclude FIELD RefactoringAction 1444299324861 TestGrid.java ADD void Marks() METHOD EditAction 1444299373837 TestGrid.java 446 2 1 1 +CompilationAction 1444299374321 TestGrid.java +CompilationAction 1444299374321 TestGrid.java +CompilationAction 1444299374322 TestGrid.java +CompilationAction 1444299374322 TestGrid.java +CompilationAction 1444299374322 TestGrid.java +RefactoringAction 1444299386453 TestGrid.java RENAME testDoesArrayOnlyIncludeorMarks()=>void testDoesArrayOnlyIncludeAliveorMarks() METHOD +RefactoringAction 1444299387966 TestGrid.java RENAME testDoesArrayOnlyIncludeAliveorMarks()=>void testDoesArrayOnlyIncludeAliveorDeadMarks() METHOD +CompilationAction 1444299462935 TestGrid.java +CompilationAction 1444299462936 TestGrid.java +CompilationAction 1444299462936 TestGrid.java +EditAction 1444299462946 Cell.java 108 0 0 0 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/Cell.java b/src/org/unioulu/tol/sqatlab/gameoflife/Cell.java index b66e9c8..b808939 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/Cell.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/Cell.java @@ -1,5 +1,8 @@ package org.unioulu.tol.sqatlab.gameoflife; public class Cell { + + public String CellStatus= "Alive"; + } diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java index b1996ff..d92ed54 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java @@ -17,7 +17,10 @@ public void testIsGridSameAmountColumsAndRows() { } @Test - public void testDoesArrayOnlyInclude*or-Marks(){ + public void testDoesArrayOnlyIncludeAliveorDeadMarks(){ + //The state of the grid is called “Life” and shall be represented as a + //string, where dead cells are represented with a “-” (dash) and alive + //cells are represented with a “*” (star) character. } From f463d27938da89f2357e4845163e184c2ed0cdab Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 13:17:43 +0300 Subject: [PATCH 11/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 1 + src/org/unioulu/tol/sqatlab/gameoflife/Grid.java | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index aae83a4..21510a7 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -71,3 +71,4 @@ CompilationAction 1444299462935 TestGrid.java CompilationAction 1444299462936 TestGrid.java CompilationAction 1444299462936 TestGrid.java EditAction 1444299462946 Cell.java 108 0 0 0 +EditAction 1444299463066 Grid.java 289 1 2 0 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java b/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java index 38e46bf..3a89e95 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java @@ -4,12 +4,13 @@ public class Grid { //GRID X * Y static int gridSize=8; - public static int[][]array = new int [gridSize][gridSize]; + public static String[][]array = new String [gridSize][gridSize]; -public static int getArray(){ +public static int getArray(){ + // gets the row count of the array int a = array.length; return a; } From 0919f524372c5a92a83ea47328d0862ac1c712a2 Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 13:17:57 +0300 Subject: [PATCH 12/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 9 +++++++++ .besouro/20151008122011486/besouroEpisodes.txt | 16 ++++++++++++++++ .../randomHeuristicEpisodes.txt | 1 + .besouro/20151008122011486/zorroEpisodes.txt | 1 + .../tol/sqatlab/gameoflife/test/TestGrid.java | 2 +- 5 files changed, 28 insertions(+), 1 deletion(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index 21510a7..79c213a 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -72,3 +72,12 @@ CompilationAction 1444299462936 TestGrid.java CompilationAction 1444299462936 TestGrid.java EditAction 1444299462946 Cell.java 108 0 0 0 EditAction 1444299463066 Grid.java 289 1 2 0 +CompilationAction 1444299463166 TestCell.java +CompilationAction 1444299463166 TestCell.java +CompilationAction 1444299463166 TestCell.java +CompilationAction 1444299463166 TestCell.java +CompilationAction 1444299463167 TestCell.java +CompilationAction 1444299463167 TestCell.java +UnitTestCaseAction 1444299463999 TestGrid.java OK +UnitTestSessionAction 1444299464000 TestGrid OK +EditAction 1444299477484 TestGrid.java 654 2 1 1 diff --git a/.besouro/20151008122011486/besouroEpisodes.txt b/.besouro/20151008122011486/besouroEpisodes.txt index 5542020..26d82ad 100644 --- a/.besouro/20151008122011486/besouroEpisodes.txt +++ b/.besouro/20151008122011486/besouroEpisodes.txt @@ -6,3 +6,19 @@ 1444298329567 test-first 2 2317 true 1444298329568 test-last 1 2317 false 1444298384517 regression 2 11 true +1444299464000 test-first 2 680 true +1444299464001 test-first 2 680 true +1444299464002 test-first 2 680 true +1444299464003 test-first 2 680 true +1444299464004 test-first 2 680 true +1444299464005 test-first 2 680 true +1444299464006 test-first 2 680 true +1444299464007 test-first 2 680 true +1444299464008 test-first 2 680 true +1444299464009 test-first 2 680 true +1444299464010 test-first 2 680 true +1444299464011 test-first 2 680 true +1444299464012 test-first 2 680 true +1444299464013 test-first 2 680 true +1444299464014 test-first 2 680 true +1444299464015 test-first 2 680 true diff --git a/.besouro/20151008122011486/randomHeuristicEpisodes.txt b/.besouro/20151008122011486/randomHeuristicEpisodes.txt index e558f3e..048e3c1 100644 --- a/.besouro/20151008122011486/randomHeuristicEpisodes.txt +++ b/.besouro/20151008122011486/randomHeuristicEpisodes.txt @@ -1,2 +1,3 @@ 1444298329562 test-first 2 2317 true 1444298384517 regression 2 11 false +1444299464000 test-first 2 680 true diff --git a/.besouro/20151008122011486/zorroEpisodes.txt b/.besouro/20151008122011486/zorroEpisodes.txt index 399b2dd..19ab10e 100644 --- a/.besouro/20151008122011486/zorroEpisodes.txt +++ b/.besouro/20151008122011486/zorroEpisodes.txt @@ -1,2 +1,3 @@ 1444298329562 test-first 2 2317 true 1444298384517 regression 2 54 true +1444299464000 test-first 2 1079 true diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java index d92ed54..0fad04d 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java @@ -11,7 +11,7 @@ public class TestGrid { public void testIsGridSameAmountColumsAndRows() { //getRows x GetColumns == getRows x GetRows //compares 8 to set gridSize in Grid.java - assertEquals(8,Grid.getArray()); + assertEquals(7,Grid.getArray()); } From ef33de71dd416a63c0075c008556561f9bb447eb Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 13:23:46 +0300 Subject: [PATCH 13/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 4 ++++ .../tol/sqatlab/gameoflife/test/TestGrid.java | 15 +++++++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index 79c213a..90a3248 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -81,3 +81,7 @@ CompilationAction 1444299463167 TestCell.java UnitTestCaseAction 1444299463999 TestGrid.java OK UnitTestSessionAction 1444299464000 TestGrid OK EditAction 1444299477484 TestGrid.java 654 2 1 1 +UnitTestCaseAction 1444299477775 TestGrid.java FAIL +UnitTestSessionAction 1444299477775 TestGrid FAIL +RefactoringAction 1444299792444 TestGrid.java ADD Object getMarks() METHOD +EditAction 1444299826265 TestGrid.java 617 3 3 2 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java index 0fad04d..bd20d0b 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java @@ -11,18 +11,25 @@ public class TestGrid { public void testIsGridSameAmountColumsAndRows() { //getRows x GetColumns == getRows x GetRows //compares 8 to set gridSize in Grid.java - assertEquals(7,Grid.getArray()); + assertEquals(8,Grid.getArray()); } @Test public void testDoesArrayOnlyIncludeAliveorDeadMarks(){ - //The state of the grid is called “Life” and shall be represented as a - //string, where dead cells are represented with a “-” (dash) and alive - //cells are represented with a “*” (star) character. + //does array only include * and - + + assertEquals(true,getMarks()); + + + } + + private Object getMarks() { + // TODO Auto-generated method stub + return true; } } From 617066f7f06bc17a8fbdc146adb719dc636403a0 Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 13:31:13 +0300 Subject: [PATCH 14/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 11 +++++++++++ .besouro/20151008122011486/besouroEpisodes.txt | 2 ++ .../20151008122011486/randomHeuristicEpisodes.txt | 1 + .besouro/20151008122011486/zorroEpisodes.txt | 1 + src/org/unioulu/tol/sqatlab/gameoflife/Grid.java | 7 ++++++- .../unioulu/tol/sqatlab/gameoflife/test/TestGrid.java | 9 +++++---- 6 files changed, 26 insertions(+), 5 deletions(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index 90a3248..dc2b9e0 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -85,3 +85,14 @@ UnitTestCaseAction 1444299477775 TestGrid.java FAIL UnitTestSessionAction 1444299477775 TestGrid FAIL RefactoringAction 1444299792444 TestGrid.java ADD Object getMarks() METHOD EditAction 1444299826265 TestGrid.java 617 3 3 2 +UnitTestCaseAction 1444299828851 TestGrid.java OK +UnitTestSessionAction 1444299828852 TestGrid OK +RefactoringAction 1444299900439 Grid.java RENAME getArray()=>static int getArrayLenght() METHOD +RefactoringAction 1444299995960 Grid.java ADD static int getArrayLenght()/2 METHOD +RefactoringAction 1444300003971 Grid.java RENAME getArrayLenght()/2=>static int getArray() METHOD +RefactoringAction 1444300062601 Grid.java RENAME getArray()=>static int getArrayAsList() METHOD +RefactoringAction 1444300213804 TestGrid.java ADD boolean Object FIELD +RefactoringAction 1444300216318 TestGrid.java REMOVE Object FIELD +CompilationAction 1444300272714 TestGrid.java +CompilationAction 1444300272714 TestGrid.java +EditAction 1444300273661 Grid.java 380 2 4 0 diff --git a/.besouro/20151008122011486/besouroEpisodes.txt b/.besouro/20151008122011486/besouroEpisodes.txt index 26d82ad..e9552da 100644 --- a/.besouro/20151008122011486/besouroEpisodes.txt +++ b/.besouro/20151008122011486/besouroEpisodes.txt @@ -22,3 +22,5 @@ 1444299464013 test-first 2 680 true 1444299464014 test-first 2 680 true 1444299464015 test-first 2 680 true +1444299828852 test-addition 1 351 true +1444299828853 test-addition 1 351 true diff --git a/.besouro/20151008122011486/randomHeuristicEpisodes.txt b/.besouro/20151008122011486/randomHeuristicEpisodes.txt index 048e3c1..8d0bd6a 100644 --- a/.besouro/20151008122011486/randomHeuristicEpisodes.txt +++ b/.besouro/20151008122011486/randomHeuristicEpisodes.txt @@ -1,3 +1,4 @@ 1444298329562 test-first 2 2317 true 1444298384517 regression 2 11 false 1444299464000 test-first 2 680 true +1444299828852 test-addition 1 351 false diff --git a/.besouro/20151008122011486/zorroEpisodes.txt b/.besouro/20151008122011486/zorroEpisodes.txt index 19ab10e..a0f236c 100644 --- a/.besouro/20151008122011486/zorroEpisodes.txt +++ b/.besouro/20151008122011486/zorroEpisodes.txt @@ -1,3 +1,4 @@ 1444298329562 test-first 2 2317 true 1444298384517 regression 2 54 true 1444299464000 test-first 2 1079 true +1444299828852 test-addition 1 364 true diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java b/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java index 3a89e95..9409709 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java @@ -9,11 +9,16 @@ public class Grid { -public static int getArray(){ +public static int getArrayLenght(){ // gets the row count of the array int a = array.length; return a; } +public static String getArrayAsList(){ + String a=array.toString(); + return a; + } + } diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java index bd20d0b..ddd9e42 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java @@ -11,7 +11,7 @@ public class TestGrid { public void testIsGridSameAmountColumsAndRows() { //getRows x GetColumns == getRows x GetRows //compares 8 to set gridSize in Grid.java - assertEquals(8,Grid.getArray()); + assertEquals(8,Grid.getArrayLenght()); } @@ -20,15 +20,16 @@ public void testIsGridSameAmountColumsAndRows() { public void testDoesArrayOnlyIncludeAliveorDeadMarks(){ //does array only include * and - - - assertEquals(true,getMarks()); } private Object getMarks() { - // TODO Auto-generated method stub + //Array to string list + //check if only * and - then return true + Grid.getArrayAsList().matches("*-"); + return true; } From e18776b573cb9ff16d043e445c56ea9e80ac189c Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 13:32:00 +0300 Subject: [PATCH 15/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 3 +++ src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index dc2b9e0..d808f5c 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -96,3 +96,6 @@ RefactoringAction 1444300216318 TestGrid.java REMOVE Object FIELD CompilationAction 1444300272714 TestGrid.java CompilationAction 1444300272714 TestGrid.java EditAction 1444300273661 Grid.java 380 2 4 0 +UnitTestCaseAction 1444300273992 TestGrid.java FAIL +UnitTestSessionAction 1444300273992 TestGrid FAIL +EditAction 1444300320661 TestGrid.java 718 3 3 2 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java index ddd9e42..f803cd4 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java @@ -28,9 +28,11 @@ public void testDoesArrayOnlyIncludeAliveorDeadMarks(){ private Object getMarks() { //Array to string list //check if only * and - then return true - Grid.getArrayAsList().matches("*-"); - + if (Grid.getArrayAsList().matches("*-")){ return true; + } else return false; + + } } From 086238dc499211d69b39b79a400fa14600d20e63 Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 13:43:08 +0300 Subject: [PATCH 16/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 5 +++++ src/org/unioulu/tol/sqatlab/gameoflife/Grid.java | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index d808f5c..2b61e01 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -99,3 +99,8 @@ EditAction 1444300273661 Grid.java 380 2 4 0 UnitTestCaseAction 1444300273992 TestGrid.java FAIL UnitTestSessionAction 1444300273992 TestGrid FAIL EditAction 1444300320661 TestGrid.java 718 3 3 2 +UnitTestCaseAction 1444300321783 TestGrid.java FAIL +UnitTestSessionAction 1444300321784 TestGrid FAIL +RefactoringAction 1444300383431 Grid.java ADD String setCharacters FIELD +RefactoringAction 1444300384442 Grid.java RENAME setCharacters=>static String setCharacters() METHOD +EditAction 1444300988824 Grid.java 534 3 5 0 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java b/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java index 9409709..ffdeeb9 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java @@ -6,7 +6,14 @@ public class Grid { public static String[][]array = new String [gridSize][gridSize]; - +public static void setCharacters(){ + for(int i =0; i< array.length; i++){//cols + for(int k =0; k< array.length; k++){//rows + array[i][k]="-"; + } + } + +} public static int getArrayLenght(){ From 49efe14d42daf5c139e60860d126ff26099da3d3 Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 13:43:11 +0300 Subject: [PATCH 17/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 1 + src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index 2b61e01..d066625 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -104,3 +104,4 @@ UnitTestSessionAction 1444300321784 TestGrid FAIL RefactoringAction 1444300383431 Grid.java ADD String setCharacters FIELD RefactoringAction 1444300384442 Grid.java RENAME setCharacters=>static String setCharacters() METHOD EditAction 1444300988824 Grid.java 534 3 5 0 +EditAction 1444300991514 TestGrid.java 715 3 3 2 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java index f803cd4..dadab98 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java @@ -32,7 +32,6 @@ private Object getMarks() { return true; } else return false; - } } From 5b94aca4d31b86136d8d849e0cc4f347c57b57b4 Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 13:43:54 +0300 Subject: [PATCH 18/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 3 +++ src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java | 1 + 2 files changed, 4 insertions(+) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index d066625..2bbd154 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -105,3 +105,6 @@ RefactoringAction 1444300383431 Grid.java ADD String setCharacters FIELD RefactoringAction 1444300384442 Grid.java RENAME setCharacters=>static String setCharacters() METHOD EditAction 1444300988824 Grid.java 534 3 5 0 EditAction 1444300991514 TestGrid.java 715 3 3 2 +UnitTestCaseAction 1444300991910 TestGrid.java FAIL +UnitTestSessionAction 1444300991910 TestGrid FAIL +EditAction 1444301034441 TestGrid.java 739 3 4 2 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java index dadab98..07bdfc9 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java @@ -28,6 +28,7 @@ public void testDoesArrayOnlyIncludeAliveorDeadMarks(){ private Object getMarks() { //Array to string list //check if only * and - then return true + Grid.setCharacters(); if (Grid.getArrayAsList().matches("*-")){ return true; } else return false; From fdff553bf96100d9ae49f0086244149c1a8bb4f8 Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 13:45:17 +0300 Subject: [PATCH 19/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 3 +++ src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index 2bbd154..b42e58e 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -108,3 +108,6 @@ EditAction 1444300991514 TestGrid.java 715 3 3 2 UnitTestCaseAction 1444300991910 TestGrid.java FAIL UnitTestSessionAction 1444300991910 TestGrid FAIL EditAction 1444301034441 TestGrid.java 739 3 4 2 +UnitTestCaseAction 1444301034723 TestGrid.java FAIL +UnitTestSessionAction 1444301034723 TestGrid FAIL +EditAction 1444301117183 TestGrid.java 738 3 4 2 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java index 07bdfc9..8c2520e 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java @@ -29,7 +29,7 @@ private Object getMarks() { //Array to string list //check if only * and - then return true Grid.setCharacters(); - if (Grid.getArrayAsList().matches("*-")){ + if (Grid.getArrayAsList().matches("-")){ return true; } else return false; From 72014a2fe789bdcb30e2457a33e9853d8744ad26 Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 13:45:56 +0300 Subject: [PATCH 20/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 3 +++ src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index b42e58e..bd21c35 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -111,3 +111,6 @@ EditAction 1444301034441 TestGrid.java 739 3 4 2 UnitTestCaseAction 1444301034723 TestGrid.java FAIL UnitTestSessionAction 1444301034723 TestGrid FAIL EditAction 1444301117183 TestGrid.java 738 3 4 2 +UnitTestCaseAction 1444301140465 TestGrid.java FAIL +UnitTestSessionAction 1444301140465 TestGrid FAIL +EditAction 1444301156919 TestGrid.java 739 3 4 2 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java index 8c2520e..3f0e5e9 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java @@ -20,7 +20,7 @@ public void testIsGridSameAmountColumsAndRows() { public void testDoesArrayOnlyIncludeAliveorDeadMarks(){ //does array only include * and - - assertEquals(true,getMarks()); + assertEquals(false,getMarks()); } From 388ca71b4f8836852c1c62c1cb3564cb0d4374ce Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 13:46:06 +0300 Subject: [PATCH 21/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 3 ++ .../20151008122011486/besouroEpisodes.txt | 30 +++++++++++++++++++ .../randomHeuristicEpisodes.txt | 1 + .besouro/20151008122011486/zorroEpisodes.txt | 1 + .../tol/sqatlab/gameoflife/test/TestGrid.java | 2 +- 5 files changed, 36 insertions(+), 1 deletion(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index bd21c35..124c951 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -114,3 +114,6 @@ EditAction 1444301117183 TestGrid.java 738 3 4 2 UnitTestCaseAction 1444301140465 TestGrid.java FAIL UnitTestSessionAction 1444301140465 TestGrid FAIL EditAction 1444301156919 TestGrid.java 739 3 4 2 +UnitTestCaseAction 1444301158557 TestGrid.java OK +UnitTestSessionAction 1444301158557 TestGrid OK +EditAction 1444301166182 TestGrid.java 738 3 4 2 diff --git a/.besouro/20151008122011486/besouroEpisodes.txt b/.besouro/20151008122011486/besouroEpisodes.txt index e9552da..67ec2f7 100644 --- a/.besouro/20151008122011486/besouroEpisodes.txt +++ b/.besouro/20151008122011486/besouroEpisodes.txt @@ -24,3 +24,33 @@ 1444299464015 test-first 2 680 true 1444299828852 test-addition 1 351 true 1444299828853 test-addition 1 351 true +1444301158557 refactoring 3 1258 true +1444301158558 refactoring 3 1258 true +1444301158559 refactoring 3 1258 true +1444301158560 refactoring 3 1258 true +1444301158561 refactoring 3 1258 true +1444301158562 refactoring 3 1258 true +1444301158563 refactoring 3 1258 true +1444301158564 refactoring 3 1258 true +1444301158565 refactoring 3 1258 true +1444301158566 refactoring 3 1258 true +1444301158567 refactoring 3 1258 true +1444301158568 refactoring 3 1258 true +1444301158569 refactoring 3 1258 true +1444301158570 refactoring 3 1258 true +1444301158571 refactoring 3 1258 true +1444301158572 refactoring 3 1258 true +1444301158573 refactoring 3 1258 true +1444301158574 refactoring 3 1258 true +1444301158575 refactoring 3 1258 true +1444301158576 refactoring 3 1258 true +1444301158577 refactoring 3 1258 true +1444301158578 refactoring 3 1258 true +1444301158579 refactoring 3 1258 true +1444301158580 refactoring 3 1258 true +1444301158581 refactoring 3 1258 true +1444301158582 refactoring 3 1258 true +1444301158583 refactoring 3 1258 true +1444301158584 refactoring 3 1258 true +1444301158585 refactoring 3 1258 true +1444301158586 refactoring 3 1258 true diff --git a/.besouro/20151008122011486/randomHeuristicEpisodes.txt b/.besouro/20151008122011486/randomHeuristicEpisodes.txt index 8d0bd6a..fdea8e1 100644 --- a/.besouro/20151008122011486/randomHeuristicEpisodes.txt +++ b/.besouro/20151008122011486/randomHeuristicEpisodes.txt @@ -2,3 +2,4 @@ 1444298384517 regression 2 11 false 1444299464000 test-first 2 680 true 1444299828852 test-addition 1 351 false +1444301158557 refactoring 3 1258 true diff --git a/.besouro/20151008122011486/zorroEpisodes.txt b/.besouro/20151008122011486/zorroEpisodes.txt index a0f236c..f7cd25b 100644 --- a/.besouro/20151008122011486/zorroEpisodes.txt +++ b/.besouro/20151008122011486/zorroEpisodes.txt @@ -2,3 +2,4 @@ 1444298384517 regression 2 54 true 1444299464000 test-first 2 1079 true 1444299828852 test-addition 1 364 true +1444301158557 refactoring 3 1329 true diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java index 3f0e5e9..8c2520e 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java @@ -20,7 +20,7 @@ public void testIsGridSameAmountColumsAndRows() { public void testDoesArrayOnlyIncludeAliveorDeadMarks(){ //does array only include * and - - assertEquals(false,getMarks()); + assertEquals(true,getMarks()); } From 1e6365ae12b808835a8635654832b4829528af9c Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 13:47:10 +0300 Subject: [PATCH 22/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 3 +++ src/org/unioulu/tol/sqatlab/gameoflife/Grid.java | 1 + 2 files changed, 4 insertions(+) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index 124c951..6837ca6 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -117,3 +117,6 @@ EditAction 1444301156919 TestGrid.java 739 3 4 2 UnitTestCaseAction 1444301158557 TestGrid.java OK UnitTestSessionAction 1444301158557 TestGrid OK EditAction 1444301166182 TestGrid.java 738 3 4 2 +UnitTestCaseAction 1444301167760 TestGrid.java FAIL +UnitTestSessionAction 1444301167761 TestGrid FAIL +EditAction 1444301230590 Grid.java 570 3 5 0 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java b/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java index ffdeeb9..5504b66 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java @@ -10,6 +10,7 @@ public static void setCharacters(){ for(int i =0; i< array.length; i++){//cols for(int k =0; k< array.length; k++){//rows array[i][k]="-"; + System.out.Println(array[i][k]); } } From a57d49544b4f5d93c311d847cfc0b6ee068c7abf Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 13:47:17 +0300 Subject: [PATCH 23/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 2 ++ src/org/unioulu/tol/sqatlab/gameoflife/Grid.java | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index 6837ca6..fbe15c6 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -120,3 +120,5 @@ EditAction 1444301166182 TestGrid.java 738 3 4 2 UnitTestCaseAction 1444301167760 TestGrid.java FAIL UnitTestSessionAction 1444301167761 TestGrid FAIL EditAction 1444301230590 Grid.java 570 3 5 0 +CompilationAction 1444301230783 Grid.java +EditAction 1444301237567 Grid.java 570 3 5 0 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java b/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java index 5504b66..1861d9c 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java @@ -10,7 +10,7 @@ public static void setCharacters(){ for(int i =0; i< array.length; i++){//cols for(int k =0; k< array.length; k++){//rows array[i][k]="-"; - System.out.Println(array[i][k]); + System.out.println(array[i][k]); } } From e5d056822676b2b9714ad4edf47082c73fc22c94 Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 13:49:03 +0300 Subject: [PATCH 24/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 3 +++ src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index fbe15c6..c473f02 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -122,3 +122,6 @@ UnitTestSessionAction 1444301167761 TestGrid FAIL EditAction 1444301230590 Grid.java 570 3 5 0 CompilationAction 1444301230783 Grid.java EditAction 1444301237567 Grid.java 570 3 5 0 +UnitTestCaseAction 1444301237887 TestGrid.java FAIL +UnitTestSessionAction 1444301237888 TestGrid FAIL +EditAction 1444301343540 TestGrid.java 738 3 4 2 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java index 8c2520e..3e801b6 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java @@ -29,7 +29,7 @@ private Object getMarks() { //Array to string list //check if only * and - then return true Grid.setCharacters(); - if (Grid.getArrayAsList().matches("-")){ + if (Grid.getArrayAsList().matches("x")){ return true; } else return false; From 74a6bc2d1fca6f7a80b878af1cab540e62e77455 Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 13:49:03 +0300 Subject: [PATCH 25/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 1 + src/org/unioulu/tol/sqatlab/gameoflife/Grid.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index c473f02..889f9fc 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -125,3 +125,4 @@ EditAction 1444301237567 Grid.java 570 3 5 0 UnitTestCaseAction 1444301237887 TestGrid.java FAIL UnitTestSessionAction 1444301237888 TestGrid FAIL EditAction 1444301343540 TestGrid.java 738 3 4 2 +EditAction 1444301343607 Grid.java 570 3 5 0 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java b/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java index 1861d9c..8494d5a 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/Grid.java @@ -9,7 +9,7 @@ public class Grid { public static void setCharacters(){ for(int i =0; i< array.length; i++){//cols for(int k =0; k< array.length; k++){//rows - array[i][k]="-"; + array[i][k]="x"; System.out.println(array[i][k]); } } From 03998af17a3981749cc97b573866fb4a0ca21961 Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 13:50:28 +0300 Subject: [PATCH 26/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 3 +++ src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java | 1 + 2 files changed, 4 insertions(+) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index 889f9fc..3ae1e40 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -126,3 +126,6 @@ UnitTestCaseAction 1444301237887 TestGrid.java FAIL UnitTestSessionAction 1444301237888 TestGrid FAIL EditAction 1444301343540 TestGrid.java 738 3 4 2 EditAction 1444301343607 Grid.java 570 3 5 0 +UnitTestCaseAction 1444301343902 TestGrid.java FAIL +UnitTestSessionAction 1444301343902 TestGrid FAIL +EditAction 1444301428581 TestGrid.java 783 3 5 2 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java index 3e801b6..1273e80 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java @@ -29,6 +29,7 @@ private Object getMarks() { //Array to string list //check if only * and - then return true Grid.setCharacters(); + System.out.println(Grid.getArrayAsList()); if (Grid.getArrayAsList().matches("x")){ return true; } else return false; From b9421032f4b699cb2c71ec9f95a504a063cc49b7 Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 13:51:02 +0300 Subject: [PATCH 27/28] besouro automatic message --- .besouro/20151008122011486/actions.txt | 3 +++ src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index 3ae1e40..543c5e8 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -129,3 +129,6 @@ EditAction 1444301343607 Grid.java 570 3 5 0 UnitTestCaseAction 1444301343902 TestGrid.java FAIL UnitTestSessionAction 1444301343902 TestGrid FAIL EditAction 1444301428581 TestGrid.java 783 3 5 2 +UnitTestCaseAction 1444301428866 TestGrid.java FAIL +UnitTestSessionAction 1444301428867 TestGrid FAIL +EditAction 1444301462712 TestGrid.java 785 3 4 2 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java index 1273e80..9515ad0 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java @@ -28,7 +28,7 @@ public void testDoesArrayOnlyIncludeAliveorDeadMarks(){ private Object getMarks() { //Array to string list //check if only * and - then return true - Grid.setCharacters(); + //Grid.setCharacters(); System.out.println(Grid.getArrayAsList()); if (Grid.getArrayAsList().matches("x")){ return true; From 5fda7fdbda6e79904bb2f7ae8cdcbd3a5cc12efe Mon Sep 17 00:00:00 2001 From: somename Date: Thu, 8 Oct 2015 13:51:42 +0300 Subject: [PATCH 28/28] testijuttujavain --- .besouro/20151008122011486/actions.txt | 3 +++ src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.besouro/20151008122011486/actions.txt b/.besouro/20151008122011486/actions.txt index 543c5e8..7e607f4 100644 --- a/.besouro/20151008122011486/actions.txt +++ b/.besouro/20151008122011486/actions.txt @@ -132,3 +132,6 @@ EditAction 1444301428581 TestGrid.java 783 3 5 2 UnitTestCaseAction 1444301428866 TestGrid.java FAIL UnitTestSessionAction 1444301428867 TestGrid FAIL EditAction 1444301462712 TestGrid.java 785 3 4 2 +UnitTestCaseAction 1444301463054 TestGrid.java FAIL +UnitTestSessionAction 1444301463055 TestGrid FAIL +EditAction 1444301501973 TestGrid.java 783 3 5 2 diff --git a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java index 9515ad0..1273e80 100644 --- a/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java +++ b/src/org/unioulu/tol/sqatlab/gameoflife/test/TestGrid.java @@ -28,7 +28,7 @@ public void testDoesArrayOnlyIncludeAliveorDeadMarks(){ private Object getMarks() { //Array to string list //check if only * and - then return true - //Grid.setCharacters(); + Grid.setCharacters(); System.out.println(Grid.getArrayAsList()); if (Grid.getArrayAsList().matches("x")){ return true;