Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2021
Kelas D
Fundex.id - Security Crowdfunding Mobile Application
ppl2021-D-SLhape
Commits
3a3bda15
Commit
3a3bda15
authored
May 23, 2021
by
Muhammad Farhan Ghaffar
Browse files
[RED] updated code for test latar belakang
parent
6f9db570
Pipeline
#78428
failed with stages
in 1 minute and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/biodata_pendukung_test.dart
View file @
3a3bda15
...
...
@@ -123,12 +123,12 @@ void main() {
});
test
(
'Latar belakang valid'
,
(){
var
tes
=
Validasi
Email
.
validate
(
'SD'
);
var
tes
=
Validasi
Tempat
.
validate
(
'SD'
);
expect
(
tes
,
null
);
});
test
(
'Field kosong'
,
(){
var
tes
=
Validasi
.
validate
(
''
);
var
tes
=
Validasi
Tempat
.
validate
(
''
);
expect
(
tes
,
'Harus di isi.'
);
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment