File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
main/java/net/itarray/automotion/validation
test/java/net/itarray/automotion/tests/grid Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 236236 <version >2.8.47</version >
237237 <scope >test</scope >
238238 </dependency >
239+ <dependency >
240+ <groupId >junit</groupId >
241+ <artifactId >junit</artifactId >
242+ <version >4.12</version >
243+ <scope >test</scope >
244+ </dependency >
239245 </dependencies >
240246</project >
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ public interface ChunkUIElementValidator {
7070 // areAlignedInColumnsAndRows(numberOfColumns)
7171 /**
7272 * Validate that this chunks elements are aligned in a grid of cells (not areas).
73+ * This is an alpha version - don't expect detailed error messages
7374 *
7475 * <img src="./doc-files/sample.svg" style="display: block"></img>
7576 *
Original file line number Diff line number Diff line change 22
33import com .google .common .collect .Lists ;
44import net .itarray .automotion .internal .ResponsiveUIValidatorBase ;
5- import net .itarray .automotion .validation .Scenario ;
65import net .itarray .automotion .validation .ChunkUIElementValidator ;
76import net .itarray .automotion .validation .NotValid ;
87import net .itarray .automotion .validation .ResponsiveUIValidator ;
8+ import net .itarray .automotion .validation .Scenario ;
99import net .itarray .automotion .validation .UISnapshot ;
1010import net .itarray .automotion .validation .Valid ;
1111import org .junit .Before ;
2323import java .util .Collection ;
2424import java .util .List ;
2525
26- import static com .google .common .collect .Lists .newArrayList ;
2726import static org .assertj .core .api .Assertions .assertThat ;
28- import static rectangles .DummyWebElement .createElement ;
2927
3028@ RunWith (Parameterized .class )
3129public class AnnotatedSpecificationTest {
You can’t perform that action at this time.
0 commit comments