Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
SquirrelJME
Commits
3f8576ab
Commit
3f8576ab
authored
Jul 18, 2021
by
Stephanie Gawroriski
Browse files
Add valid test for form properties.
parent
d652db7c
Pipeline
#39180
passed with stages
in 2 minutes and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/midp-lcdui/src/test/java/mleui/forms/TestFormProperties.java
View file @
3f8576ab
...
...
@@ -196,6 +196,10 @@ public class TestFormProperties
this
.
secondary
(
"no-selection-lock"
,
noEitherGet
);
return
;
case
UIWidgetProperty
.
STRING_FORM_TITLE
:
this
.
secondary
(
"has-form-title"
,
!
noEitherGet
);
return
;
default
:
throw
new
FailingExecution
(
"Missing "
+
__property
);
}
...
...
modules/midp-lcdui/src/test/resources/mleui/forms/TestFormProperties.in
View file @
3f8576ab
...
...
@@ -23,3 +23,4 @@ secondary-no--list--idcode: true
secondary-no--list--font: true
secondary-no--selection--lock: true
secondary-is--form: true
secondary-has--form--title: true
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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