Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
iTasks-SDK
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
73
Issues
73
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
iTasks-SDK
Commits
322ae43d
Verified
Commit
322ae43d
authored
Sep 10, 2019
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update imports in interactive tests
parent
8c1cafcf
Pipeline
#29320
passed with stage
in 4 minutes and 37 seconds
Changes
32
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
32 changed files
with
32 additions
and
32 deletions
+32
-32
Tests/Interactive/BuiltinEditors/TestCheckGroup.icl
Tests/Interactive/BuiltinEditors/TestCheckGroup.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestCheckGroupMulti.icl
Tests/Interactive/BuiltinEditors/TestCheckGroupMulti.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestCheckbox.icl
Tests/Interactive/BuiltinEditors/TestCheckbox.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestChoiceList.icl
Tests/Interactive/BuiltinEditors/TestChoiceList.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestChoiceListMulti.icl
Tests/Interactive/BuiltinEditors/TestChoiceListMulti.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestDecimalField.icl
Tests/Interactive/BuiltinEditors/TestDecimalField.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestDocumentField.icl
Tests/Interactive/BuiltinEditors/TestDocumentField.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestDropdown.icl
Tests/Interactive/BuiltinEditors/TestDropdown.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestGrid.icl
Tests/Interactive/BuiltinEditors/TestGrid.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestGridMulti.icl
Tests/Interactive/BuiltinEditors/TestGridMulti.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestGridShare.icl
Tests/Interactive/BuiltinEditors/TestGridShare.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestHtmlView.icl
Tests/Interactive/BuiltinEditors/TestHtmlView.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestIcon.icl
Tests/Interactive/BuiltinEditors/TestIcon.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestIntegerField.icl
Tests/Interactive/BuiltinEditors/TestIntegerField.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestLabel.icl
Tests/Interactive/BuiltinEditors/TestLabel.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestList.icl
Tests/Interactive/BuiltinEditors/TestList.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestPasswordField.icl
Tests/Interactive/BuiltinEditors/TestPasswordField.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestProgressBar.icl
Tests/Interactive/BuiltinEditors/TestProgressBar.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestSlider.icl
Tests/Interactive/BuiltinEditors/TestSlider.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestTextArea.icl
Tests/Interactive/BuiltinEditors/TestTextArea.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestTextField.icl
Tests/Interactive/BuiltinEditors/TestTextField.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestTextView.icl
Tests/Interactive/BuiltinEditors/TestTextView.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestTree.icl
Tests/Interactive/BuiltinEditors/TestTree.icl
+1
-1
Tests/Interactive/BuiltinEditors/TestTreeMulti.icl
Tests/Interactive/BuiltinEditors/TestTreeMulti.icl
+1
-1
Tests/Interactive/CustomEditors/TestColoredTextField.icl
Tests/Interactive/CustomEditors/TestColoredTextField.icl
+1
-1
Tests/Interactive/CustomEditors/TestCombinedTextFields.icl
Tests/Interactive/CustomEditors/TestCombinedTextFields.icl
+1
-1
Tests/Interactive/CustomEditors/TestDateField.icl
Tests/Interactive/CustomEditors/TestDateField.icl
+1
-1
Tests/Interactive/CustomEditors/TestLabeledTextField.icl
Tests/Interactive/CustomEditors/TestLabeledTextField.icl
+1
-1
Tests/Interactive/CustomEditors/TestMixedCombinedTextFields.icl
...Interactive/CustomEditors/TestMixedCombinedTextFields.icl
+1
-1
Tests/Interactive/Editlets/TestAceEditorWithShare.icl
Tests/Interactive/Editlets/TestAceEditorWithShare.icl
+1
-1
Tests/Interactive/Editlets/TestAceTextArea.icl
Tests/Interactive/Editlets/TestAceTextArea.icl
+1
-1
Tests/Interactive/Editlets/TestAceTextAreaWithShare.icl
Tests/Interactive/Editlets/TestAceTextAreaWithShare.icl
+1
-1
No files found.
Tests/Interactive/BuiltinEditors/TestCheckGroup.icl
View file @
322ae43d
module
TestCheckGroup
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
([
ChoiceText
],[
Int
])
test
=
testEditor
checkGroup
([{
ChoiceText
|
id
=
0
,
text
=
"A"
},{
ChoiceText
|
id
=
1
,
text
=
"B"
},{
ChoiceText
|
id
=
2
,
text
=
"C"
}],[])
Update
...
...
Tests/Interactive/BuiltinEditors/TestCheckGroupMulti.icl
View file @
322ae43d
module
TestCheckGroupMulti
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
([
ChoiceText
],[
Int
])
test
=
testEditor
(
checkGroup
<<@
multipleAttr
True
)
([{
ChoiceText
|
id
=
0
,
text
=
"A"
},{
ChoiceText
|
id
=
1
,
text
=
"B"
},{
ChoiceText
|
id
=
2
,
text
=
"C"
}],[])
Update
...
...
Tests/Interactive/BuiltinEditors/TestCheckbox.icl
View file @
322ae43d
module
TestCheckbox
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
Bool
test
=
testEditor
checkBox
False
Update
...
...
Tests/Interactive/BuiltinEditors/TestChoiceList.icl
View file @
322ae43d
module
TestChoiceList
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
([
ChoiceText
],[
Int
])
test
=
testEditor
(
choiceList
<<@
multipleAttr
False
)
([{
ChoiceText
|
id
=
0
,
text
=
"A"
},{
ChoiceText
|
id
=
1
,
text
=
"B"
},{
ChoiceText
|
id
=
2
,
text
=
"C"
}],[])
Update
...
...
Tests/Interactive/BuiltinEditors/TestChoiceListMulti.icl
View file @
322ae43d
module
TestChoiceListMulti
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
([
ChoiceText
],[
Int
])
test
=
testEditor
(
choiceList
<<@
multipleAttr
True
)
([{
ChoiceText
|
id
=
0
,
text
=
"A"
},{
ChoiceText
|
id
=
1
,
text
=
"B"
},{
ChoiceText
|
id
=
2
,
text
=
"C"
}],[])
Update
...
...
Tests/Interactive/BuiltinEditors/TestDecimalField.icl
View file @
322ae43d
module
TestDecimalField
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
Real
test
=
testEditor
decimalField
3.14
Update
...
...
Tests/Interactive/BuiltinEditors/TestDocumentField.icl
View file @
322ae43d
module
TestDocumentField
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
(!
String
,!
String
,!
String
,!
String
,!
Int
)
test
=
testEditor
documentField
defaultValue
Enter
...
...
Tests/Interactive/BuiltinEditors/TestDropdown.icl
View file @
322ae43d
module
TestDropdown
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
([
ChoiceText
],[
Int
])
test
=
testEditor
(
dropdown
<<@
multipleAttr
False
)
([{
ChoiceText
|
id
=
0
,
text
=
"A"
},{
ChoiceText
|
id
=
1
,
text
=
"B"
},{
ChoiceText
|
id
=
2
,
text
=
"C"
}],[])
Update
...
...
Tests/Interactive/BuiltinEditors/TestGrid.icl
View file @
322ae43d
module
TestGrid
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
(
ChoiceGrid
,[
Int
])
test
=
testEditor
(
grid
<<@
multipleAttr
False
)
({
ChoiceGrid
|
header
=[
"Key"
,
"Value"
],
rows
=
rows
},[])
Update
...
...
Tests/Interactive/BuiltinEditors/TestGridMulti.icl
View file @
322ae43d
module
TestGridMulti
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
(
ChoiceGrid
,[
Int
])
test
=
testEditor
(
grid
<<@
multipleAttr
True
)
({
ChoiceGrid
|
header
=[
"Key"
,
"Value"
],
rows
=
rows
},[])
Update
...
...
Tests/Interactive/BuiltinEditors/TestGridShare.icl
View file @
322ae43d
module
TestGridShare
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
(
ChoiceGrid
,[
Int
])
test
=
(
testEditorWithShare
(
grid
<<@
multipleAttr
True
)
({
ChoiceGrid
|
header
=[
"Key"
,
"Value"
],
rows
=
rows
},[])
Update
)
...
...
Tests/Interactive/BuiltinEditors/TestHtmlView.icl
View file @
322ae43d
module
TestHtmlView
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
HtmlTag
test
=
testEditor
htmlView
(
H2Tag
[]
[
Text
"Hello World"
])
Update
...
...
Tests/Interactive/BuiltinEditors/TestIcon.icl
View file @
322ae43d
module
TestIcon
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
(
String
,
Maybe
String
)
test
=
testEditor
icon
(
"icon-valid"
,
Just
"Icon with a tooltip!"
)
Update
...
...
Tests/Interactive/BuiltinEditors/TestIntegerField.icl
View file @
322ae43d
module
TestIntegerField
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
Int
test
=
testEditor
integerField
42
Update
...
...
Tests/Interactive/BuiltinEditors/TestLabel.icl
View file @
322ae43d
module
TestLabel
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
String
test
=
testEditor
label
"Hello world"
Update
...
...
Tests/Interactive/BuiltinEditors/TestList.icl
View file @
322ae43d
module
TestList
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
[
String
]
test
=
testEditor
(
listEditor
(
Just
(
const
(
Just
"New item"
)))
True
True
(
Just
(\
items
->
length
items
+++>
" items"
))
textField
)
[]
Update
...
...
Tests/Interactive/BuiltinEditors/TestPasswordField.icl
View file @
322ae43d
module
TestPasswordField
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
String
test
=
testEditor
passwordField
"Hello world"
Update
...
...
Tests/Interactive/BuiltinEditors/TestProgressBar.icl
View file @
322ae43d
module
TestProgressBar
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
(
Maybe
Int
,
Maybe
String
)
test
=
testEditor
progressBar
(
Just
90
,
Just
"Almost done"
)
Update
...
...
Tests/Interactive/BuiltinEditors/TestSlider.icl
View file @
322ae43d
module
TestSlider
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
Int
test
=
testEditor
(
slider
<<@
('
DM
'.
union
(
minAttr
1
)
(
maxAttr
5
)))
3
Update
...
...
Tests/Interactive/BuiltinEditors/TestTextArea.icl
View file @
322ae43d
module
TestTextArea
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
String
test
=
testEditor
textArea
"Hello world"
Update
...
...
Tests/Interactive/BuiltinEditors/TestTextField.icl
View file @
322ae43d
module
TestTextField
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
String
test
=
testEditor
textField
"Hello world"
Update
...
...
Tests/Interactive/BuiltinEditors/TestTextView.icl
View file @
322ae43d
module
TestTextView
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
String
test
=
testEditor
textView
"Hello World"
Update
...
...
Tests/Interactive/BuiltinEditors/TestTree.icl
View file @
322ae43d
module
TestTree
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
([
ChoiceNode
],[
Int
])
test
=
testEditor
(
tree
<<@
multipleAttr
False
)
...
...
Tests/Interactive/BuiltinEditors/TestTreeMulti.icl
View file @
322ae43d
module
TestTree
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
([
ChoiceNode
],[
Int
])
test
=
testEditor
(
tree
<<@
multipleAttr
True
)
...
...
Tests/Interactive/CustomEditors/TestColoredTextField.icl
View file @
322ae43d
module
TestColoredTextField
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
String
test
=
testEditor
(
withAttributes
(
styleAttr
"background-color: pink"
)
textField
)
"Hello world"
Update
...
...
Tests/Interactive/CustomEditors/TestCombinedTextFields.icl
View file @
322ae43d
module
TestCombinedTextFields
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
(
String
,
String
)
test
=
testEditor
(
container2
textField
textField
)
(
"Hello"
,
"world"
)
Update
...
...
Tests/Interactive/CustomEditors/TestDateField.icl
View file @
322ae43d
module
TestDateField
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
Date
test
=
testEditor
gEditor
{|*|}
{
Date
|
year
=
2003
,
mon
=
1
,
day
=
13
}
Update
...
...
Tests/Interactive/CustomEditors/TestLabeledTextField.icl
View file @
322ae43d
module
TestLabeledTextField
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
String
test
=
testEditor
(
withLabelAttr
"Foo"
textField
)
"Hello world"
Update
...
...
Tests/Interactive/CustomEditors/TestMixedCombinedTextFields.icl
View file @
322ae43d
module
TestMixedCombinedTextFields
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
(
String
,
String
)
test
=
testEditor
editor
(
"Hello"
,
"world"
)
Update
...
...
Tests/Interactive/Editlets/TestAceEditorWithShare.icl
View file @
322ae43d
module
TestAceEditorWithShare
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
(
AceOptions
,
AceState
)
test
=
testEditorWithShare
aceEditor
defaultValue
Update
...
...
Tests/Interactive/Editlets/TestAceTextArea.icl
View file @
322ae43d
module
TestAceTextArea
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
String
test
=
testEditor
aceTextArea
"Hello world"
Update
...
...
Tests/Interactive/Editlets/TestAceTextAreaWithShare.icl
View file @
322ae43d
module
TestAceTextAreaWithShare
import
iTasks
,
iTasks
.
Internal
.
Test
.
Definition
import
iTasks
,
iTasks
.
Util
.
Testing
test
::
Task
String
test
=
testEditorWithShare
aceTextArea
"Hello world"
Update
...
...
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