File tree Expand file tree Collapse file tree 6 files changed +6
-13
lines changed
approvaltests-tests/src/test/java/org/approvaltests
approvaltests-util/src/main/java/com/spun/util
approvaltests/src/main/java/org/approvaltests Expand file tree Collapse file tree 6 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 11package org .approvaltests ;
22
3+ import com .spun .util .MarkdownCompatible ;
34import org .approvaltests .reporters .QuietReporter ;
45import org .approvaltests .reporters .UseReporter ;
56import org .junit .jupiter .api .Test ;
@@ -57,7 +58,7 @@ void gameOfLifeInMarkdown()
5758 storyboard .addFrames (1 , gameOfLife ::advance );
5859 Approvals .verify (storyboard );
5960 }
60- private static class GameOfLife implements org . approvaltests . strings . MarkdownCompatible
61+ private static class GameOfLife implements MarkdownCompatible
6162 {
6263 private String deadSymbol = "." ;
6364 private String aliveSymbol = "x" ;
Original file line number Diff line number Diff line change 22
33import org .approvaltests .legacycode .Range ;
44import org .approvaltests .utils .MarkdownTable ;
5- import org .approvaltests .utils .MarkdownTableBasic ;
65import org .junit .jupiter .api .Test ;
76
87public class TableTest
Original file line number Diff line number Diff line change 1- package org . approvaltests . strings ;
1+ package com . spun . util ;
22
33public interface MarkdownCompatible
44{
Original file line number Diff line number Diff line change 1- package org . approvaltests . utils ;
1+ package com . spun . util ;
22
3- import com .spun .util .ArrayUtils ;
4- import org .approvaltests .core .Options ;
5- import org .approvaltests .core .Verifiable ;
6- import org .approvaltests .core .VerifyParameters ;
7- import org .approvaltests .strings .MarkdownCompatible ;
83import org .lambda .functions .Function1 ;
94import org .lambda .query .Queryable ;
105
Original file line number Diff line number Diff line change 33import org .approvaltests .core .Options ;
44import org .approvaltests .core .Verifiable ;
55import org .approvaltests .core .VerifyParameters ;
6- import org . approvaltests . strings .MarkdownCompatible ;
6+ import com . spun . util .MarkdownCompatible ;
77import org .lambda .functions .Function0 ;
88
99public class MarkdownStoryBoard implements Verifiable
Original file line number Diff line number Diff line change 11package org .approvaltests .utils ;
22
3- import com .spun .util .ArrayUtils ;
3+ import com .spun .util .MarkdownTableBasic ;
44import org .approvaltests .core .Options ;
55import org .approvaltests .core .Verifiable ;
66import org .approvaltests .core .VerifyParameters ;
7- import org .approvaltests .strings .MarkdownCompatible ;
87import org .lambda .functions .Function1 ;
9- import org .lambda .query .Queryable ;
108
119public class MarkdownTable extends MarkdownTableBasic implements Verifiable
1210{
You can’t perform that action at this time.
0 commit comments