質問編集履歴

1

予測結果とテスト結果との比較結果が確認できる表を追加

2021/03/16 20:58

投稿

bpdjb3
bpdjb3

スコア1

test CHANGED
File without changes
test CHANGED
@@ -68,7 +68,17 @@
68
68
 
69
69
 
70
70
 
71
+ |出力先|予想結果|テスト結果|
72
+
73
+ |:--:|:--:|:--:|
74
+
75
+ |terminal|||
76
+
77
+ |test1.txt|test-std|test-std|
78
+
79
+
80
+
71
- テスト結果と比較するとtest1.txtにtest-stdが出力されており,terminalには何も出力されておらず,予想と一致しています.
81
+ テスト結果ではtest1.txtにtest-stdが出力されており,terminalには何も出力されていないため上記の予想結果と一致しています.
72
82
 
73
83
 
74
84
 
@@ -84,7 +94,17 @@
84
94
 
85
95
 
86
96
 
97
+ |出力先|予想結果|テスト結果|
98
+
99
+ |:--:|:--:|:--:|
100
+
101
+ |terminal|test-std|test-std|
102
+
103
+ |test2.txt|||
104
+
105
+
106
+
87
- テスト結果と比較するとtest2.txtに何も出力されておらず,terminalにはtest-stdが出力されており,予想と一致しています.
107
+ テスト結果ではtest2.txtに何も出力されておらず,terminalにはtest-stdが出力されているため上記の予想結果と一致しています.
88
108
 
89
109
 
90
110
 
@@ -100,7 +120,17 @@
100
120
 
101
121
 
102
122
 
123
+ |出力先|予想結果|テスト結果|
124
+
125
+ |:--:|:--:|:--:|
126
+
127
+ |terminal|||
128
+
129
+ |test3.txt|test-err|test-err|
130
+
131
+
132
+
103
- テスト結果と比較するとtest3.txtにはtest-errが出力されており,terminalには何も出力されておらず,予想と一致しています.
133
+ テスト結果ではtest3.txtにはtest-errが出力されており,terminalには何も出力されていないため上記の予想結果と一致しています.
104
134
 
105
135
 
106
136
 
@@ -116,7 +146,17 @@
116
146
 
117
147
 
118
148
 
149
+ |出力先|予想結果|テスト結果|
150
+
151
+ |:--:|:--:|:--:|
152
+
153
+ |terminal|test-err|test-err|
154
+
155
+ |test4.txt|||
156
+
157
+
158
+
119
- テスト結果と比較するとtest4.txtには何も出力されておらず,terminalにはtest-errが出力されており,予想と一致しています.
159
+ テスト結果ではtest4.txtには何も出力されておらず,terminalにはtest-errが出力されているため上記の予想結果と一致しています.
120
160
 
121
161
 
122
162
 
@@ -184,6 +224,16 @@
184
224
 
185
225
 
186
226
 
227
+ |出力先|予想結果|テスト結果|
228
+
229
+ |:--:|:--:|:--:|
230
+
231
+ |terminal||test-err|
232
+
233
+ |test6.txt|test-stdとtest-err|test-std|
234
+
235
+
236
+
187
237
  テスト結果と比較すると,テスト結果ではtest6.txtにtest-stdのみが出力されており,terminalにはtest-errが出力されています.
188
238
 
189
239
 
@@ -200,6 +250,16 @@
200
250
 
201
251
 
202
252
 
253
+ |出力先|予想結果|テスト結果|
254
+
255
+ |:--:|:--:|:--:|
256
+
257
+ |terminal|test-stdとtest-err|test-std|
258
+
259
+ |test5.txt||test-err|
260
+
261
+
262
+
203
263
  テスト結果と比較すると,テスト結果ではtest5.txtにtest-errのみが出力されており,terminalにはtest-stdが出力されています.
204
264
 
205
265