質問編集履歴

2

code intend

2019/08/08 12:46

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -86,7 +86,7 @@
86
86
 
87
87
  ```
88
88
 
89
- <dependency>
89
+   <dependency>
90
90
 
91
91
  <groupId>net.sourceforge.jwebunit</groupId>
92
92
 
@@ -94,11 +94,11 @@
94
94
 
95
95
  <version>3.3</version>
96
96
 
97
- </dependency>
97
+   </dependency>
98
98
 
99
99
 
100
100
 
101
- <dependency>
101
+   <dependency>
102
102
 
103
103
  <groupId>net.sourceforge.jwebunit</groupId>
104
104
 
@@ -108,11 +108,11 @@
108
108
 
109
109
  <scope>test</scope>
110
110
 
111
- </dependency>
111
+   </dependency>
112
112
 
113
- <dependency>
113
+  <dependency>
114
114
 
115
- <groupId>net.sourceforge.htmlunit</groupId>
115
+        <groupId>net.sourceforge.htmlunit</groupId>
116
116
 
117
117
  <artifactId>htmlunit</artifactId>
118
118
 

1

code intend

2019/08/08 12:46

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -56,7 +56,7 @@
56
56
 
57
57
  }
58
58
 
59
- @BeforeEach
59
+ @BeforeEach
60
60
 
61
61
  void setUpPlugin() throws Exception {
62
62